diff options
author | Jim McDonough <jmcd@samba.org> | 2007-03-20 13:05:44 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:29 -0500 |
commit | 714235d358cc5ae4790bc554bed1db8fa43703f7 (patch) | |
tree | f05243c9f61a983898a8e656ef0134e972ca15ad | |
parent | 4de2d2dda6bb2654726d835f3b928057fb7a513f (diff) | |
download | samba-714235d358cc5ae4790bc554bed1db8fa43703f7.tar.gz samba-714235d358cc5ae4790bc554bed1db8fa43703f7.tar.bz2 samba-714235d358cc5ae4790bc554bed1db8fa43703f7.zip |
Add nfs4:chown option, and a few formatting changes.
(This used to be commit 51200b7b58d055d0d82876dda6bf82d41f6398f5)
-rw-r--r-- | docs/manpages-3/vfs_gpfs.8.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manpages-3/vfs_gpfs.8.xml b/docs/manpages-3/vfs_gpfs.8.xml index 6f012a8bc9..5228c666a3 100644 --- a/docs/manpages-3/vfs_gpfs.8.xml +++ b/docs/manpages-3/vfs_gpfs.8.xml @@ -75,8 +75,10 @@ </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. @@ -89,6 +91,25 @@ <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> |