]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add nfs4:chown option, and a few formatting changes.
authorJim McDonough <jmcd@samba.org>
Tue, 20 Mar 2007 13:05:44 +0000 (13:05 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:29 +0000 (08:47 -0500)
(This used to be commit 51200b7b58d055d0d82876dda6bf82d41f6398f5)

docs/manpages-3/vfs_gpfs.8.xml

index 6f012a8bc9fbd70571d93de7dccf42d766c8dccb..5228c666a32c2de824ae047e92069fa13ff4e560 100644 (file)
 
                </varlistentry>
 
+
                <varlistentry>
                <term>nfs4:acedup = [dontcare|reject|ignore|merge]</term>
+               <listitem>
                <para>
                This parameter configures how Samba handles duplicate ACEs encountered in GPFS ACLs.
                GPFS allows/creates duplicate ACE for different bits for same ID.
                <listitem><para><command>ignore</command> - don't include the second matching ACE</para></listitem>
                <listitem><para><command>merge</command> - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE</para></listitem>
                </itemizedlist>
+               </listitem>
+               </varlistentry>
+
+               
+               <varlistentry>
+               <term>nfs4:chown = [yes|no]</term>
+               <listitem>
+               <para>This parameter allows enabling or disabling the chown supported
+               by the underlying filesystem. This parameter should be enabled with
+               care as it might leave your system insecure.</para>
+               <para>Some filesystems allow chown as a) giving b) stealing. It is the latter
+               that is considered a risk.</para>
+               
+               <para>Following is the behaviour of Samba for different values : </para>
+               <itemizedlist>
+               <listitem><para><command>yes</command> - Enable chown if as supported by the under filesystem</para></listitem>
+               <listitem><para><command>no (default)</command> - Disable chown</para></listitem>
+               </itemizedlist>
+               </listitem>
                </varlistentry>
 
        </variablelist>