diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-30 15:17:54 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 01:00:12 +0200 |
commit | 154518a719b283153c29f728f11a704b07be85e6 (patch) | |
tree | b43d0c725846d85c2d3efa74e8d6ed247fda5f96 /selftest/target | |
parent | 99ce5626dcd09273a8318fcea41612bb27f4286c (diff) | |
download | samba-154518a719b283153c29f728f11a704b07be85e6.tar.gz samba-154518a719b283153c29f728f11a704b07be85e6.tar.bz2 samba-154518a719b283153c29f728f11a704b07be85e6.zip |
selftest: Add hideunread share to plugin_s4_dc
Diffstat (limited to 'selftest/target')
-rw-r--r-- | selftest/target/Samba4.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 711acba6e8..5ef5ce9e0c 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1306,6 +1306,9 @@ sub provision_plugin_s4_dc($$) copy = tmp guest ok = yes +[hideunread] + copy = tmp + hide unreadable = yes "; print "PROVISIONING PLUGIN S4 DC..."; |