21d2301db75d2861dbc30cdad20fdfed6b3599bd
[openwrt.git] / openwrt / package / openldap / Config.in
1 config BR2_PACKAGE_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
21 config BR2_PACKAGE_OPENLDAP_UTILS
22         depends BR2_PACKAGE_LIBOPENLDAP
23         prompt "openldap-utils - OpenLDAP client utilities"
24         tristate
25         default m if CONFIG_DEVEL
26         help
27           
28           OpenLDAP Software is an open source implementation of the 
29           Lightweight Directory Access Protocol (LDAP).
30           
31           http://www.openldap.org/
32           
33           This package contains client programs required to access LDAP servers.
34           
35