diff options
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 4f83003358..9a4528379f 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -328,6 +328,10 @@ directory $LDAPDIR/db index objectClass eq index samAccountName eq +overlay syncprov +syncprov-checkpoint 100 10 +syncprov-sessionlog 100 + EOF PROVISION_OPTIONS="$CONFIGURATION --host-name=$NETBIOSNAME --host-ip=127.0.0.1" |