summaryrefslogtreecommitdiffstats
path: root/utils/gssd
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2013-03-23 08:06:29 -0400
committerSteve Dickson <steved@redhat.com>2013-03-25 10:09:10 -0400
commite6adba9609016bf30495105847ed02d5b7933bbe (patch)
treeb794a0bc65362b668b7043f0720535c04ff8d238 /utils/gssd
parent7a9d278e9aef620847087bb9a0e67961f92a9925 (diff)
downloadnfs-utils-e6adba9609016bf30495105847ed02d5b7933bbe.tar.gz
nfs-utils-e6adba9609016bf30495105847ed02d5b7933bbe.tar.xz
nfs-utils-e6adba9609016bf30495105847ed02d5b7933bbe.zip
gssd: gssd.man is missing a description of the "-M" option
Acked-by: J. Bruce Fields <bfields@fieldses.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd')
-rw-r--r--utils/gssd/gssd.man26
1 files changed, 16 insertions, 10 deletions
diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man
index 0cc7bf4..dbbfbbb 100644
--- a/utils/gssd/gssd.man
+++ b/utils/gssd/gssd.man
@@ -7,7 +7,7 @@
rpc.gssd \- rpcsec_gss daemon
.SH SYNOPSIS
.B rpc.gssd
-.RB [ \-fnlvr ]
+.RB [ \-fMnlvr ]
.RB [ \-k
.IR keytab ]
.RB [ \-p
@@ -112,17 +112,23 @@ Tells
where to look for the rpc_pipefs filesystem. The default value is
.IR /var/lib/nfs/rpc_pipefs .
.TP
-.BI "-d " directory
-Tells
+.BI "-d " search-path
+This option specifies a colon separated list of directories that
.B rpc.gssd
-where to look for Kerberos credential files. The default value is
+searches for credential files. The default value is
.IR /tmp:/run/user/%U .
-This can also be a colon separated list of directories to be searched for
-Kerberos credential files. The sequence "%U", if used, is replaced with
-the UID of the user for whom credentials are being searched.
-Note that if machine credentials are being
-stored in files, then the first directory on this list is where the
-machine credentials are stored.
+The literal sequence "%U" can be specified to substitue the UID
+of the user for whom credentials are being searched.
+.TP
+.B -M
+By default, machine credentials are stored in files in the first
+directory in the credential directory search path (see the
+.B -d
+option). When
+.B -M
+is set,
+.B rpc.gssd
+stores machine credentials in memory instead.
.TP
.B -v
Increases the verbosity of the output (can be specified multiple times).