diff options
author | Jeremy Allison <jra@samba.org> | 2013-06-21 10:36:23 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-06-24 21:24:38 +0200 |
commit | 32d0b75afbbd16d7825938089393d8497fda4213 (patch) | |
tree | 783e813faf9ec522a15ef87bd345b7f4bed2bd18 /docs-xml/manpages | |
parent | 056e636778d502d566dacd4ecee4c854b81a87d5 (diff) | |
download | samba-32d0b75afbbd16d7825938089393d8497fda4213.tar.gz samba-32d0b75afbbd16d7825938089393d8497fda4213.tar.bz2 samba-32d0b75afbbd16d7825938089393d8497fda4213.zip |
Note how vfs_gpfs uses the "acl map full control" parameter.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Jun 24 21:24:38 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/vfs_gpfs.8.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml index 7f560ca23a..d1243a9b10 100644 --- a/docs-xml/manpages/vfs_gpfs.8.xml +++ b/docs-xml/manpages/vfs_gpfs.8.xml @@ -48,6 +48,16 @@ are the responsibility of the underlying filesystem than of Samba. </para> + <para>This module makes use of the smb.conf parameter + <smbconfoption name="acl map full control">acl map full control</smbconfoption> + When set to yes (the default), this parameter will add in the FILE_DELETE_CHILD + bit on a returned ACE entry for a file (not a directory) that already + contains all file permissions except for FILE_DELETE and FILE_DELETE_CHILD. + This can prevent Windows applications that request GENERIC_ALL access + from getting ACCESS_DENIED errors when running against a filesystem + with NFSv4 compatible ACLs. + </para> + <para>This module is stackable.</para> <para>Since Samba 4.0 all options are per share options.</para> |