From c180111da5433583aa8a21989d66df150d03b35b 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. --- manpages-3/vfs_gpfs.8.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/manpages-3/vfs_gpfs.8.xml b/manpages-3/vfs_gpfs.8.xml index 6f012a8..5228c66 100644 --- a/manpages-3/vfs_gpfs.8.xml +++ b/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