diff --git a/pkgsel/Base/Networking/LDAP.ask b/pkgsel/Base/Networking/LDAP.ask new file mode 100644 index 0000000..6aef609 --- /dev/null +++ b/pkgsel/Base/Networking/LDAP.ask @@ -0,0 +1,4 @@ +#Description: LDAP Client Support +#Dependencies: NETWORK + +X openldap diff --git a/pkgsel/Base/Networking/LDAP.conf b/pkgsel/Base/Networking/LDAP.conf new file mode 100644 index 0000000..8565fd4 --- /dev/null +++ b/pkgsel/Base/Networking/LDAP.conf @@ -0,0 +1,2 @@ +# forcing to build OpenLDAP Client only +SDECFGSET_PKG_OPENLDAP_CLIENTONLY=1 diff --git a/pkgsel/Services/Database/LDAP.ask b/pkgsel/Services/Database/LDAP.ask deleted file mode 100644 index 46688c7..0000000 --- a/pkgsel/Services/Database/LDAP.ask +++ /dev/null @@ -1,2 +0,0 @@ -#Dependencies: NETWORK -X openldap diff --git a/pkgsel/Services/Database/SLAPD.ask b/pkgsel/Services/Database/SLAPD.ask new file mode 100644 index 0000000..7ca6de2 --- /dev/null +++ b/pkgsel/Services/Database/SLAPD.ask @@ -0,0 +1,3 @@ +#Description: OpenLDAP Server +#Forced: LDAP + diff --git a/pkgsel/Services/Database/SLAPD.conf b/pkgsel/Services/Database/SLAPD.conf new file mode 100644 index 0000000..4005097 --- /dev/null +++ b/pkgsel/Services/Database/SLAPD.conf @@ -0,0 +1,2 @@ +# forcing to not build OpenLDAP client only +SDECFGSET_PKG_OPENLDAP_CLIENTONLY=0