summaryrefslogtreecommitdiff
path: root/package/openldap/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/openldap/Config.in
Initial import
Diffstat (limited to 'package/openldap/Config.in')
-rw-r--r--package/openldap/Config.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/package/openldap/Config.in b/package/openldap/Config.in
new file mode 100644
index 000000000..5a3c29c6e
--- /dev/null
+++ b/package/openldap/Config.in
@@ -0,0 +1,33 @@
+config ADK_COMPILE_OPENLDAP
+ prompt "openldap.......................... OpenSource LDAP software"
+ boolean
+ default n
+
+config ADK_PACKAGE_OPENLDAP_SLAPD
+ prompt "openldap-slapd.................. OpenLDAP server"
+ tristate
+ default n
+ select ADK_PACKAGE_LIBOPENLDAP
+ select ADK_PACKAGE_LIBPTHREAD
+ select ADK_PACKAGE_LIBOPENSSL
+ select ADK_PACKAGE_LIBDB
+ select ADK_PACKAGE_LIBSASL2
+ depends on ADK_COMPILE_OPENLDAP
+ help
+ http://www.openldap.org/
+
+config ADK_PACKAGE_OPENLDAP_UTILS
+ prompt "openldap-utils.................. OpenLDAP client utilities"
+ tristate
+ default n
+ select ADK_PACKAGE_LIBOPENLDAP
+ depends on ADK_COMPILE_OPENLDAP
+ help
+
+ OpenLDAP Software is an open source implementation of the
+ Lightweight Directory Access Protocol (LDAP).
+
+ http://www.openldap.org/
+
+ This package contains client programs required to access LDAP servers.
+