Remove useless 'backend' parameter, and make the memberof overlay use global.
authorabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 1 Jan 2008 04:01:07 +0000 (04:01 +0000)
committerabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 1 Jan 2008 04:01:07 +0000 (04:01 +0000)
Andrew Bartlett

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@26636 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/setup/slapd.conf

index d50e5708fb4044179453673cc319a96db6c0c85d..e4e86eece93c06a4f43cb797f07e483dabd7f139 100644 (file)
@@ -21,7 +21,8 @@ include ${LDAPDIR}/modules.conf
 
 defaultsearchbase ${DOMAINDN}
 
-backend                hdb
+include ${LDAPDIR}/memberof.conf
+
 database        hdb
 suffix         ${SCHEMADN}
 directory      ${LDAPDIR}/db/schema
@@ -74,5 +75,3 @@ index cn eq
 overlay syncprov
 syncprov-checkpoint 100 10
 syncprov-sessionlog 100
-
-include ${LDAPDIR}/memberof.conf