selftest-s4: set the posix:eadb at the global level
authorMatthieu Patou <mat@matws.net>
Fri, 15 Jan 2010 11:08:26 +0000 (14:08 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Jan 2010 18:11:21 +0000 (07:11 +1300)
selftest/target/Samba4.pm

index f1788491978e6af30495d4236da40db23bf4fb8e..e6ed0ab8b14971e5a391e343b272a8b84d0be81b 100644 (file)
@@ -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