diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-11 18:35:18 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-11 18:35:18 -0800 |
commit | a8769e667514f83a45ee3e825d21a351987d0210 (patch) | |
tree | 41884f33c324380f3637420eb1ff5bf8151406d0 /docs-xml | |
parent | 8995d3d813978a00b50f33943c60784ddfe308bf (diff) | |
download | samba-a8769e667514f83a45ee3e825d21a351987d0210.tar.gz samba-a8769e667514f83a45ee3e825d21a351987d0210.tar.bz2 samba-a8769e667514f83a45ee3e825d21a351987d0210.zip |
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
We also need dos filemode = true set as well.
Jeremy.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/dosfilemode.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/misc/dosfilemode.xml b/docs-xml/smbdotconf/misc/dosfilemode.xml index e67ccd935a..cf53192733 100644 --- a/docs-xml/smbdotconf/misc/dosfilemode.xml +++ b/docs-xml/smbdotconf/misc/dosfilemode.xml @@ -12,7 +12,13 @@ (including ACL) on it. Note that a user belonging to the group owning the file will not be allowed to change permissions if the group is only granted read access. Ownership of the - file/directory may also be changed.</para> + file/directory may also be changed. + + Note that using the VFS modules acl_xattr or acl_tdb which store native + Windows as meta-data will automatically turn this option on for any + share for which they are loaded, as they require this option to emulate + Windows ACLs correctly. + </para> </description> <value type="default">no</value> </samba:parameter> |