From 32d0b75afbbd16d7825938089393d8497fda4213 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 21 Jun 2013 10:36:23 -0700 Subject: Note how vfs_gpfs uses the "acl map full control" parameter. Signed-off-by: Jeremy Allison Reviewed-by: Ira Cooper Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Mon Jun 24 21:24:38 CEST 2013 on sn-devel-104 --- docs-xml/manpages/vfs_gpfs.8.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs-xml') 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. + This module makes use of the smb.conf parameter + acl map full control + 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. + + This module is stackable. Since Samba 4.0 all options are per share options. -- cgit