summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-01-15 14:08:26 +0300
committerAndrew Bartlett <abartlet@samba.org>2010-01-21 07:11:21 +1300
commit3471d3677a781e6a03e1a8010946aa82ad7aad83 (patch)
tree7e85ee827e2477c9b1bcf813a9df798682b5fe23
parentc12d5363d6789528c8b63c71d171d30ccecc7109 (diff)
downloadsamba-3471d3677a781e6a03e1a8010946aa82ad7aad83.tar.gz
samba-3471d3677a781e6a03e1a8010946aa82ad7aad83.tar.bz2
samba-3471d3677a781e6a03e1a8010946aa82ad7aad83.zip
selftest-s4: set the posix:eadb at the global level
-rw-r--r--selftest/target/Samba4.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index f178849197..e6ed0ab8b1 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -556,6 +556,7 @@ sub provision_raw_step1($$)
[global]
netbios name = $ctx->{netbiosname}
netbios aliases = $ctx->{netbiosalias}
+ posix:eadb = $ctx->{lockdir}/eadb.tdb
workgroup = $ctx->{domain}
realm = $ctx->{realm}
private dir = $ctx->{privatedir}
@@ -732,7 +733,6 @@ sub provision($$$$$$$)
path = $ctx->{tmpdir}
read only = no
posix:sharedelay = 10000
- posix:eadb = $ctx->{lockdir}/eadb.tdb
posix:oplocktimeout = 3
posix:writetimeupdatedelay = 500000
@@ -740,7 +740,6 @@ sub provision($$$$$$$)
path = $ctx->{tmpdir}/test1
read only = no
posix:sharedelay = 10000
- posix:eadb = $ctx->{lockdir}/eadb.tdb
posix:oplocktimeout = 3
posix:writetimeupdatedelay = 50000
@@ -748,7 +747,6 @@ sub provision($$$$$$$)
path = $ctx->{tmpdir}/test2
read only = no
posix:sharedelay = 10000
- posix:eadb = $ctx->{lockdir}/eadb.tdb
posix:oplocktimeout = 3
posix:writetimeupdatedelay = 50000