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