blob: 5a3c29c6e6f79f9366c58460516ba946458e4df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.
|