freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 | config BR2_COMPILE_OPENLDAP
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends BR2_PACKAGE_LIBOPENLDAP
|
|---|
| 5 |
|
|---|
| 6 | config BR2_PACKAGE_LIBOPENLDAP
|
|---|
| 7 | prompt "libopenldap....................... Open source LDAP (Lightweight Directory Access Protocol) client libraries"
|
|---|
| 8 | tristate
|
|---|
| 9 | default m if CONFIG_DEVEL
|
|---|
| 10 | select BR2_COMPILE_OPENLDAP
|
|---|
| 11 | help
|
|---|
| 12 |
|
|---|
| 13 | OpenLDAP Software is an open source implementation of the
|
|---|
| 14 | Lightweight Directory Access Protocol (LDAP).
|
|---|
| 15 |
|
|---|
| 16 | http://www.openldap.org/
|
|---|
| 17 |
|
|---|
| 18 | This package contains the shared LDAP client libraries, needed by other programs.
|
|---|
| 19 |
|
|---|
| 20 | config BR2_PACKAGE_OPENLDAP_UTILS
|
|---|
| 21 | prompt "openldap-utils.................. OpenLDAP client utilities"
|
|---|
| 22 | tristate
|
|---|
| 23 | default m if CONFIG_DEVEL
|
|---|
| 24 | depends BR2_PACKAGE_LIBOPENLDAP
|
|---|
| 25 | help
|
|---|
| 26 |
|
|---|
| 27 | OpenLDAP Software is an open source implementation of the
|
|---|
| 28 | Lightweight Directory Access Protocol (LDAP).
|
|---|
| 29 |
|
|---|
| 30 | http://www.openldap.org/
|
|---|
| 31 |
|
|---|
| 32 | This package contains client programs required to access LDAP servers.
|
|---|
| 33 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.