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