mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Ensure the masks don't conflict with the ACL checks.
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Oct 5 00:36:40 CEST 2012 on sn-devel-104
This commit is contained in:
parent
18e07f118c
commit
78594909b8
@ -909,7 +909,8 @@ sub provision($$$$$$)
|
||||
map system = no
|
||||
map readonly = no
|
||||
store dos attributes = yes
|
||||
create mask = 755
|
||||
create mask = 0777
|
||||
directory mask = 0777
|
||||
dos filemode = yes
|
||||
vfs objects = $vfs_modulesdir_abs/acl_xattr.so $vfs_modulesdir_abs/fake_acls.so $vfs_modulesdir_abs/xattr_tdb.so $vfs_modulesdir_abs/streams_depot.so
|
||||
|
||||
|
@ -1390,7 +1390,8 @@ sub provision_plugin_s4_dc($$)
|
||||
|
||||
smbd:sharedelay = 100000
|
||||
smbd:writetimeupdatedelay = 500000
|
||||
create mask = 755
|
||||
create mask = 0777
|
||||
directory mask = 0777
|
||||
dos filemode = yes
|
||||
|
||||
dcerpc endpoint servers = -winreg -srvsvc
|
||||
|
Loading…
Reference in New Issue
Block a user