summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-03-12 00:16:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:26 -0500
commit7b706c70915ebcb5663d7a7c15610ac4cf594440 (patch)
treeba424835c86c8cdb602b4fca770b89a7fe9fde62 /source4
parent16779a9e5de9c9f8ec4c7a62657632eff56a2255 (diff)
downloadsamba-7b706c70915ebcb5663d7a7c15610ac4cf594440.tar.gz
samba-7b706c70915ebcb5663d7a7c15610ac4cf594440.tar.bz2
samba-7b706c70915ebcb5663d7a7c15610ac4cf594440.zip
r21789: We do actually need this, to get a contextCSN attribute, which we need
for USN support. Andrew Bartlett (This used to be commit 5f363502434e88c16920b219d7a854a22fee658f)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/mk-openldap.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/script/tests/mk-openldap.sh b/source4/script/tests/mk-openldap.sh
index d58ce7480d..fa81d5a86d 100755
--- a/source4/script/tests/mk-openldap.sh
+++ b/source4/script/tests/mk-openldap.sh
@@ -49,6 +49,12 @@ index subClassOf eq
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