diff options
author | Alexander Werth <alexander.werth@de.ibm.com> | 2013-05-03 05:46:25 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-09 06:18:21 +0200 |
commit | 381812e9f62a7cf66cdd9e08460890b149e4773e (patch) | |
tree | aa6b4afe3088bc915f2923dba3dcc2d9ce3ebab5 /docs-xml/manpages | |
parent | dae5f1943e321f3ba9c8b25a0d49a7323eeae25d (diff) | |
download | samba-381812e9f62a7cf66cdd9e08460890b149e4773e.tar.gz samba-381812e9f62a7cf66cdd9e08460890b149e4773e.tar.bz2 samba-381812e9f62a7cf66cdd9e08460890b149e4773e.zip |
s3: Update vfs_gpfs man page with new nfs4:mode help text.
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/vfs_gpfs.8.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ <term>nfs4:mode = [ simple | special ]</term> <listitem> <para> - 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. </para> <para>The following MODEs are understood by the module:</para> <itemizedlist> - <listitem><para><command>simple(default)</command> - do not use special IDs in GPFS ACEs</para></listitem> - <listitem><para><command>special</command> - use special IDs in GPFS ACEs. </para> </listitem> + <listitem><para><command>simple(default)</command> - use OWNER@ and GROUP@ special IDs for non inheriting ACEs only.</para></listitem> + <listitem><para><command>special(deprecated)</command> - use OWNER@ and GROUP@ special IDs in ACEs for all file owner and group ACEs.</para></listitem> </itemizedlist> </listitem> |