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