OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.
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.13#0
!windows, (mingw & !x86)
OLDAP-2.8
Manifest