2015-01-25 23:19:20 +01:00
|
|
|
config BR2_PACKAGE_OPENLDAP
|
|
|
|
bool "openldap"
|
|
|
|
depends on BR2_USE_WCHAR
|
2015-01-31 23:08:55 +01:00
|
|
|
depends on BR2_USE_MMU # needs fork()
|
2015-01-25 23:19:20 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
OpenLDAP Software is an open source implementation of the
|
|
|
|
Lightweight Directory Access Protocol.
|
2015-01-25 23:19:20 +01:00
|
|
|
|
|
|
|
This only installs client-side support.
|
|
|
|
|
2021-09-27 22:18:05 +02:00
|
|
|
https://www.openldap.org/
|
2015-01-25 23:19:20 +01:00
|
|
|
|
2015-02-17 16:43:58 +01:00
|
|
|
if BR2_PACKAGE_OPENLDAP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENLDAP_CLIENTS
|
|
|
|
bool "openldap client binaries"
|
|
|
|
default y
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Install the OpenLDAP client tools (ldapadd, ldapcompare,
|
|
|
|
ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd,
|
|
|
|
ldapsearch, ldapurl, ldapwhoami)
|
2015-02-17 16:43:58 +01:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2015-01-25 23:19:20 +01:00
|
|
|
comment "openldap needs a toolchain w/ wchar"
|
2015-01-31 23:08:55 +01:00
|
|
|
depends on BR2_USE_MMU # needs fork()
|
2015-01-25 23:19:20 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|