summaryrefslogtreecommitdiff
path: root/package/openldap/Config.in.lib
diff options
context:
space:
mode:
Diffstat (limited to 'package/openldap/Config.in.lib')
-rw-r--r--package/openldap/Config.in.lib15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/openldap/Config.in.lib b/package/openldap/Config.in.lib
new file mode 100644
index 000000000..6efae3dc3
--- /dev/null
+++ b/package/openldap/Config.in.lib
@@ -0,0 +1,15 @@
+config ADK_PACKAGE_LIBOPENLDAP
+ prompt "libopenldap....................... OpenLDAP client libraries"
+ tristate
+ default n
+ depends on ADK_COMPILE_OPENLDAP
+ select ADK_PACKAGE_LIBSASL2
+ help
+
+ OpenLDAP Software is an open source implementation of the
+ Lightweight Directory Access Protocol (LDAP).
+
+ http://www.openldap.org/
+
+ This package contains the shared LDAP client libraries, needed by other programs.
+