From 51200b7b58d055d0d82876dda6bf82d41f6398f5 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 20 Mar 2007 13:05:44 +0000 Subject: [PATCH] Add nfs4:chown option, and a few formatting changes. --- docs/manpages-3/vfs_gpfs.8.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/manpages-3/vfs_gpfs.8.xml b/docs/manpages-3/vfs_gpfs.8.xml index 6f012a8bc9f..5228c666a32 100644 --- a/docs/manpages-3/vfs_gpfs.8.xml +++ b/docs/manpages-3/vfs_gpfs.8.xml @@ -75,8 +75,10 @@ + nfs4:acedup = [dontcare|reject|ignore|merge] + 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 @@ ignore - don't include the second matching ACE merge - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE + + + + + + nfs4:chown = [yes|no] + + 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. + Some filesystems allow chown as a) giving b) stealing. It is the latter + that is considered a risk. + + Following is the behaviour of Samba for different values : + + yes - Enable chown if as supported by the under filesystem + no (default) - Disable chown + + -- 2.34.1