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