diff options
Diffstat (limited to 'selftest/target')
-rwxr-xr-x | selftest/target/Samba3.pm | 5 | ||||
-rw-r--r-- | selftest/target/Samba4.pm | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 943e922e5e..c1f8fbd3c0 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -981,6 +981,11 @@ sub provision($$$$$$) [hideunwrite] copy = tmp hide unwriteable files = yes +[durable] + copy = tmp + kernel share modes = no + kernel oplocks = no + posix locking = no [print1] copy = tmp printable = yes diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index d2e890e53b..9563da642d 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1419,6 +1419,12 @@ sub provision_plugin_s4_dc($$) copy = tmp hide unreadable = yes +[durable] + copy = tmp + kernel share modes = no + kernel oplocks = no + posix locking = no + [print\$] copy = tmp |