diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-12 00:16:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:26 -0500 |
commit | 7b706c70915ebcb5663d7a7c15610ac4cf594440 (patch) | |
tree | ba424835c86c8cdb602b4fca770b89a7fe9fde62 /source4 | |
parent | 16779a9e5de9c9f8ec4c7a62657632eff56a2255 (diff) | |
download | samba-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-x | source4/script/tests/mk-openldap.sh | 6 |
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 |