svn commit: samba r26636 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Tue Jan 1 04:01:08 GMT 2008


Author: abartlet
Date: 2008-01-01 04:01:07 +0000 (Tue, 01 Jan 2008)
New Revision: 26636

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26636

Log:
Remove useless 'backend' parameter, and make the memberof overlay use global.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/slapd.conf


Changeset:
Modified: branches/SAMBA_4_0/source/setup/slapd.conf
===================================================================
--- branches/SAMBA_4_0/source/setup/slapd.conf	2008-01-01 03:27:53 UTC (rev 26635)
+++ branches/SAMBA_4_0/source/setup/slapd.conf	2008-01-01 04:01:07 UTC (rev 26636)
@@ -21,7 +21,8 @@
 
 defaultsearchbase ${DOMAINDN}
 
-backend		hdb
+include ${LDAPDIR}/memberof.conf
+
 database        hdb
 suffix		${SCHEMADN}
 directory	${LDAPDIR}/db/schema
@@ -74,5 +75,3 @@
 overlay syncprov
 syncprov-checkpoint 100 10
 syncprov-sessionlog 100
-
-include ${LDAPDIR}/memberof.conf



More information about the samba-cvs mailing list