Browse Source

* moved LDAP module from Service/Database to Base/Networking

* changed LDAP module conf to build client only by default
	* added SLAPD module in Services/Database
	* added SLAPD module conf to include full SLAPD support if requested
legacy/multilib
Christian Wiese 19 years ago
parent
commit
023d326cb3
5 changed files with 11 additions and 2 deletions
  1. +4
    -0
      pkgsel/Base/Networking/LDAP.ask
  2. +2
    -0
      pkgsel/Base/Networking/LDAP.conf
  3. +0
    -2
      pkgsel/Services/Database/LDAP.ask
  4. +3
    -0
      pkgsel/Services/Database/SLAPD.ask
  5. +2
    -0
      pkgsel/Services/Database/SLAPD.conf

+ 4
- 0
pkgsel/Base/Networking/LDAP.ask

@ -0,0 +1,4 @@
#Description: LDAP Client Support
#Dependencies: NETWORK
X openldap

+ 2
- 0
pkgsel/Base/Networking/LDAP.conf

@ -0,0 +1,2 @@
# forcing to build OpenLDAP Client only
SDECFGSET_PKG_OPENLDAP_CLIENTONLY=1

+ 0
- 2
pkgsel/Services/Database/LDAP.ask

@ -1,2 +0,0 @@
#Dependencies: NETWORK
X openldap

+ 3
- 0
pkgsel/Services/Database/SLAPD.ask

@ -0,0 +1,3 @@
#Description: OpenLDAP Server
#Forced: LDAP

+ 2
- 0
pkgsel/Services/Database/SLAPD.conf

@ -0,0 +1,2 @@
# forcing to not build OpenLDAP client only
SDECFGSET_PKG_OPENLDAP_CLIENTONLY=0

Loading…
Cancel
Save