r26636: Remove useless 'backend' parameter, and make the memberof overlay use global.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jan 2008 10:01:07 +0000 (04:01 -0600)
committerStefan Metzmacher <metze@samba.org>
Tue, 1 Jan 2008 04:06:01 +0000 (22:06 -0600)
Andrew Bartlett

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