1 config BR2_PACKAGE_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_PACKAGE_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.
21 config BR2_PACKAGE_OPENLDAP_UTILS
22 depends BR2_PACKAGE_LIBOPENLDAP
23 prompt "openldap-utils - OpenLDAP client utilities"
25 default m if CONFIG_DEVEL
28 OpenLDAP Software is an open source implementation of the
29 Lightweight Directory Access Protocol (LDAP).
31 http://www.openldap.org/
33 This package contains client programs required to access LDAP servers.