summaryrefslogtreecommitdiffstats
path: root/package/openldap/Config.in
blob: e536e777d043f91e768227ae96ee8392fc26b865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config BR2_PACKAGE_OPENLDAP
	prompt "openldap - Open source LDAP (Lightweight Directory Access Protocol) implementation"
	bool
	default y if CONFIG_DEVEL
	help
	  OpenLDAP Software is an open source implementation of the 
	  Lightweight Directory Access Protocol (LDAP).
	  
	  http://www.openldap.org/
	  

config BR2_PACKAGE_LIBOPENLDAP
	tristate "libopenldap - client libraries"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OPENLDAP

config BR2_PACKAGE_OPENLDAP_UTILS
	tristate "openldap-utils - client utilities"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_OPENLDAP