1 config BR2_COMPILE_OPENLDAP
4 depends BR2_PACKAGE_LIBOPENLDAP
6 config BR2_PACKAGE_LIBOPENLDAP
7 prompt "libopenldap....................... Open source LDAP (Lightweight Directory Access Protocol) client libraries"
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_OPENLDAP
13 OpenLDAP Software is an open source implementation of the
14 Lightweight Directory Access Protocol (LDAP).
16 http://www.openldap.org/
18 This package contains the shared LDAP client libraries, needed by other programs.
20 config BR2_PACKAGE_OPENLDAP_UTILS
21 prompt "openldap-utils.................. OpenLDAP client utilities"
23 default m if CONFIG_DEVEL
24 depends BR2_PACKAGE_LIBOPENLDAP
27 OpenLDAP Software is an open source implementation of the
28 Lightweight Directory Access Protocol (LDAP).
30 http://www.openldap.org/
32 This package contains client programs required to access LDAP servers.