From 381812e9f62a7cf66cdd9e08460890b149e4773e Mon Sep 17 00:00:00 2001 From: Alexander Werth Date: Fri, 3 May 2013 05:46:25 +0200 Subject: s3: Update vfs_gpfs man page with new nfs4:mode help text. Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_gpfs.8.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml index 3ddf946a83..7f560ca23a 100644 --- a/docs-xml/manpages/vfs_gpfs.8.xml +++ b/docs-xml/manpages/vfs_gpfs.8.xml @@ -311,16 +311,16 @@ nfs4:mode = [ simple | special ] - Enable/Disable substitution of special IDs on GPFS. This parameter - should not affect the windows users in anyway. It only ensures that Samba - sets the special IDs - OWNER@ and GROUP@ ( mappings to simple uids ) - that are relevant to GPFS. + Controls substitution of special IDs (OWNER@ and GROUP@) on GPFS. + The use of mode simple is recommended. + In this mode only non inheriting ACL entries for the file owner + and group are mapped to special IDs. The following MODEs are understood by the module: - simple(default) - do not use special IDs in GPFS ACEs - special - use special IDs in GPFS ACEs. + simple(default) - use OWNER@ and GROUP@ special IDs for non inheriting ACEs only. + special(deprecated) - use OWNER@ and GROUP@ special IDs in ACEs for all file owner and group ACEs. -- cgit