summaryrefslogtreecommitdiffstats
path: root/utils/gssd
diff options
context:
space:
mode:
authorEberhard Kuemmerle <e.kuemmerle@fz-juelich.de>2010-09-27 13:24:48 -0400
committerSteve Dickson <steved@redhat.com>2010-09-28 07:35:21 -0400
commit3030aded70e616cdeac4223785754b86a33b587d (patch)
treeb32071335872eac1f12fcc448e5225541db668b5 /utils/gssd
parent6cc96cada639a823961d5d8a136cbcdc8b8952b8 (diff)
downloadnfs-utils-3030aded70e616cdeac4223785754b86a33b587d.tar.gz
nfs-utils-3030aded70e616cdeac4223785754b86a33b587d.tar.xz
nfs-utils-3030aded70e616cdeac4223785754b86a33b587d.zip
Added the -p <principal> flag to the svcgssd manpage
Signed-off-by: Eberhard Kuemmerle <E.Kuemmerle@fz-juelich.de> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd')
-rw-r--r--utils/gssd/svcgssd.man6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/gssd/svcgssd.man b/utils/gssd/svcgssd.man
index 1a015e1..1c7bb32 100644
--- a/utils/gssd/svcgssd.man
+++ b/utils/gssd/svcgssd.man
@@ -6,7 +6,7 @@
.SH NAME
rpc.svcgssd \- server-side rpcsec_gss daemon
.SH SYNOPSIS
-.B "rpc.svcgssd [-v] [-r] [-i] [-f] [-p pipefsdir]"
+.B "rpc.svcgssd [-v] [-r] [-i] [-f] [-p principal]"
.SH DESCRIPTION
The rpcsec_gss protocol gives a means of using the gss-api generic security
api to provide security for protocols using rpc (in particular, nfs). Before
@@ -35,7 +35,9 @@ increases the verbosity of the output (can be specified multiple times).
.B -i
If the nfsidmap library supports setting debug level,
increases the verbosity of the output (can be specified multiple times).
-
+.TP
+.B -p
+Use \fIprincipal\fR instead of the default nfs/host.domain.
.SH SEE ALSO
.BR rpc.gssd(8),
.SH AUTHORS