1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

docs-xml: add gpfs:acl option to vfs_gpfs man page

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Björn Baumbach 2012-06-15 12:33:32 +02:00 committed by Stefan Metzmacher
parent 289255ce73
commit 54b6d294ee

View File

@ -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>