1. Home
  2. Browse
  3. openldap

openldap

v2.5.17#1Go to latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install openldap

Usage

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)

Features

Dependencies

See source

Version

v2.5.17#1

Publication

Supports

!windows, (mingw & !x86)

Homepage

openldap.org/software

Subtree

8be9ed7d52

License

OLDAP-2.8

Definition

Manifest