Standardize config options
[openwrt/svn-archive/archive.git] / openwrt / package / openldap / Config.in
1 config BR2_PACKAGE_LIBOPENLDAP
2 tristate "libopenldap - Open source LDAP (Lightweight Directory Access Protocol) client libraries"
3 default m if CONFIG_DEVEL
4 help
5
6 OpenLDAP Software is an open source implementation of the
7 Lightweight Directory Access Protocol (LDAP).
8
9 http://www.openldap.org/
10
11 This package contains the LDAP client libraries, needed by other programs.
12
13
14 config BR2_PACKAGE_OPENLDAP_UTILS
15 tristate "openldap-utils - OpenLDAP client utilities"
16 default m if CONFIG_DEVEL
17 depends BR2_PACKAGE_LIBOPENLDAP
18 help
19
20 OpenLDAP Software is an open source implementation of the
21 Lightweight Directory Access Protocol (LDAP).
22
23 http://www.openldap.org/
24
25 This package contains client programs required to access LDAP servers.
26
27
28 config BR2_PACKAGE_OPENLDAP
29 tristate
30 depends BR2_PACKAGE_LIBOPENLDAP