diff options
Diffstat (limited to 'package/openldap')
-rw-r--r-- | package/openldap/Config.in | 33 | ||||
-rw-r--r-- | package/openldap/Config.in.lib | 15 |
2 files changed, 0 insertions, 48 deletions
diff --git a/package/openldap/Config.in b/package/openldap/Config.in deleted file mode 100644 index 5a3c29c6e..000000000 --- a/package/openldap/Config.in +++ /dev/null @@ -1,33 +0,0 @@ -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. - diff --git a/package/openldap/Config.in.lib b/package/openldap/Config.in.lib deleted file mode 100644 index 6efae3dc3..000000000 --- a/package/openldap/Config.in.lib +++ /dev/null @@ -1,15 +0,0 @@ -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. - |