svn commit: samba r21789 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Mon Mar 12 00:16:26 GMT 2007


Author: abartlet
Date: 2007-03-12 00:16:24 +0000 (Mon, 12 Mar 2007)
New Revision: 21789

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

Log:
We do actually need this, to get a contextCSN attribute, which we need
for USN support.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/mk-openldap.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mk-openldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mk-openldap.sh	2007-03-11 18:37:45 UTC (rev 21788)
+++ branches/SAMBA_4_0/source/script/tests/mk-openldap.sh	2007-03-12 00:16:24 UTC (rev 21789)
@@ -49,6 +49,12 @@
 index dnsRoot eq
 index nETBIOSName eq pres
 
+#syncprov is stable in OpenLDAP 2.3, and available in 2.2.  
+#We only need this for the contextCSN attribute anyway....
+overlay syncprov
+syncprov-checkpoint 100 10
+syncprov-sessionlog 100
+
 EOF
 
 cat > $LDAPDIR/db/DB_CONFIG <<EOF



More information about the samba-cvs mailing list