source: freewrt/package/openldap/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 949 bytes
Line 
1config BR2_COMPILE_OPENLDAP
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBOPENLDAP
5
6config 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
20config 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.