1 config BR2_PACKAGE_OPENLDAP
3 default m if CONFIG_DEVEL
5 OpenLDAP Software is an open source implementation of the
6 Lightweight Directory Access Protocol (LDAP).
8 http://www.openldap.org/
11 config BR2_PACKAGE_LIBOPENLDAP
12 tristate "libopenldap (client libraries)"
13 default m if CONFIG_DEVEL
14 depends BR2_PACKAGE_OPENLDAP
16 config BR2_PACKAGE_OPENLDAP_UTILS
17 tristate "openldap-utils (client utilities)"
18 default m if CONFIG_DEVEL
19 depends BR2_PACKAGE_OPENLDAP