1 config BR2_PACKAGE_OPENLDAP
2 prompt "openldap - Open source LDAP (Lightweight Directory Access Protocol) implementation"
4 default y if CONFIG_DEVEL
6 OpenLDAP Software is an open source implementation of the
7 Lightweight Directory Access Protocol (LDAP).
9 http://www.openldap.org/
12 config BR2_PACKAGE_LIBOPENLDAP
13 tristate "libopenldap - client libraries"
14 default m if CONFIG_DEVEL
15 depends BR2_PACKAGE_OPENLDAP
17 config BR2_PACKAGE_OPENLDAP_UTILS
18 tristate "openldap-utils - client utilities"
19 default m if CONFIG_DEVEL
20 depends BR2_PACKAGE_OPENLDAP