diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-06 21:53:07 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-06 21:53:07 -0800 |
commit | bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe (patch) | |
tree | 339e9abab591fd8e27a24df1568743ef0fe20b05 /docs-xml/smbdotconf | |
parent | afc592402068da2a928dd9975a38a6b1ccf3919f (diff) | |
download | samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.tar.gz samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.tar.bz2 samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.zip |
Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
Jeremy.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/security/inheritacls.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/inheritacls.xml b/docs-xml/smbdotconf/security/inheritacls.xml index 44afa8a3e2..e2552e32ff 100644 --- a/docs-xml/smbdotconf/security/inheritacls.xml +++ b/docs-xml/smbdotconf/security/inheritacls.xml @@ -9,6 +9,11 @@ behavior is to use the unix mode specified when creating the directory. Enabling this option sets the unix mode to 0777, thus guaranteeing that default directory acls are propagated. + + 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> |