diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 09:39:33 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 10:53:51 +1000 |
commit | 3408c1ce6c79ae887255ebc14104814365d28a2b (patch) | |
tree | 1820349321aca53a62673dec3d274291b374027e /selftest | |
parent | 051042229db70f6272132c259fb69adc74fb8648 (diff) | |
download | samba-3408c1ce6c79ae887255ebc14104814365d28a2b.tar.gz samba-3408c1ce6c79ae887255ebc14104814365d28a2b.tar.bz2 samba-3408c1ce6c79ae887255ebc14104814365d28a2b.zip |
selftest: 'store dos attributes = yes' is now set in fileserver.conf
As such, there is no need to set it or the permissions-based mappings here as well.
Andrew Bartlett
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index b94abdb475..b52bc0e0fb 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1289,10 +1289,6 @@ sub provision_plugin_s4_dc($$) smbd:sharedelay = 100000 smbd:writetimeupdatedelay = 500000 - map hidden = no - map system = no - map readonly = no - store dos attributes = yes create mask = 755 dos filemode = yes |