diff options
Diffstat (limited to 'source4/script/tests/mk-openldap.sh')
-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 |