diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-09-21 06:44:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:11 -0500 |
commit | 77db3973c417cc934485dbd6bf1a8a1c84c1b30b (patch) | |
tree | 7c104933cbfc7b011f80a45394a2c9bd4a611399 /source4/script/tests/mktestsetup.sh | |
parent | f12584ccae9bdb4d3f31a719d90b881729321fab (diff) | |
download | samba-77db3973c417cc934485dbd6bf1a8a1c84c1b30b.tar.gz samba-77db3973c417cc934485dbd6bf1a8a1c84c1b30b.tar.bz2 samba-77db3973c417cc934485dbd6bf1a8a1c84c1b30b.zip |
r18781: Move the usnCreated and usnChanged handling around again.
This moves these attributes from objectguid into an optional backend
(objectguid), used by ltdb. For OpenLDAP, the entryUUID module
converts entryCSN into usnChanged.
This also changes the sequence number API, and uses 'time based'
sequence numbers, when an LDAP or similar backend is detected.
To assist this, we also store the last modified time in the TDB,
whenever we change a value.
Andrew Bartlett
(This used to be commit 72858f859483c0c532dddb2c146d6bd7b9be5072)
Diffstat (limited to 'source4/script/tests/mktestsetup.sh')
-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" |