OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol. When using the cyrus-sasl feature on Linux, you need to install the libsasl2-dev development package.
The package openldapp can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(OPENLDAP REQUIRED IMPORTED_TARGET ldap)
target_link_libraries(main PRIVATE PkgConfig::OPENLDAP)
with Cyrus SASL support
Enable client tools
v2.5.17#1
!windows, (mingw & !x86)
OLDAP-2.8
Manifest