xref: /OK3568_Linux_fs/buildroot/package/openldap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENLDAP
2*4882a593Smuzhiyun	bool "openldap"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # needs fork()
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  OpenLDAP Software is an open source implementation of the
7*4882a593Smuzhiyun	  Lightweight Directory Access Protocol.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  This only installs client-side support.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://www.openldap.org/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunif BR2_PACKAGE_OPENLDAP
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENLDAP_CLIENTS
16*4882a593Smuzhiyun	bool "openldap client binaries"
17*4882a593Smuzhiyun	default y
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Install the OpenLDAP client tools (ldapadd, ldapcompare,
20*4882a593Smuzhiyun	  ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd,
21*4882a593Smuzhiyun	  ldapsearch, ldapurl, ldapwhoami)
22*4882a593Smuzhiyun
23*4882a593Smuzhiyunendif
24*4882a593Smuzhiyun
25*4882a593Smuzhiyuncomment "openldap needs a toolchain w/ wchar"
26*4882a593Smuzhiyun	depends on BR2_USE_MMU # needs fork()
27*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR
28