diff options
author | Björn Baumbach <bb@sernet.de> | 2012-06-15 12:33:32 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-15 18:32:22 +0200 |
commit | 54b6d294eecbcd4b9b9965311a8886d06f4aff05 (patch) | |
tree | bf63e2a07685f6582f80c299211d85181fe5e50e | |
parent | 289255ce7379188177eaa5f4f8fa527cb909af24 (diff) | |
download | samba-54b6d294eecbcd4b9b9965311a8886d06f4aff05.tar.gz |
docs-xml: add gpfs:acl option to vfs_gpfs man page
Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r-- | docs-xml/manpages-3/vfs_gpfs.8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index 3635143f5e4..28a0464ce65 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -190,6 +190,26 @@ </varlistentry> <varlistentry> + <term>gpfs:acl = [ yes | no ]</term> + <listitem> + <para> + This option lets Samba use or ignore GPFS ACLs. + </para> + + <itemizedlist> + <listitem><para> + <command>yes(default)</command> - use GPFS ACLs. + </para></listitem> + <listitem><para> + <command>no</command> - do not use GPFS ACLs and pass everything + to the next SMB_VFS module. + </para></listitem> + </itemizedlist> + </listitem> + + </varlistentry> + <varlistentry> + <term>gpfs:refuse_dacl_protected = [ yes | no ]</term> <listitem> <para> |