summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2011-06-07 13:18:55 -0400
committerSteve Dickson <steved@redhat.com>2011-06-07 13:18:55 -0400
commita36f2437caffb23c68fdc0900544d59198bd52b6 (patch)
treeedb51fa8c958f4c69193945eb7760a87dfe56798
parent40aed2c3fb5164195a9975ae7f15ebd4b992839d (diff)
downloadnfs-utils-a36f2437caffb23c68fdc0900544d59198bd52b6.tar.gz
Document "-n" for svcgssd
The svcgssd man page doesn't mention the "-n" flag. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/gssd/svcgssd.man11
1 files changed, 9 insertions, 2 deletions
diff --git a/utils/gssd/svcgssd.man b/utils/gssd/svcgssd.man
index 1c7bb32..7b2de6b 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 principal]"
+.B "rpc.svcgssd [-n] [-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
@@ -37,7 +37,14 @@ 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.
+Use \fIprincipal\fR instead of the default
+.RI nfs/ FQDN @ REALM .
+.TP
+.B -n
+Use the system default credentials
+.RI (host/ FQDN @ REALM )
+rather than the default
+.RI nfs/ FQDN @ REALM .
.SH SEE ALSO
.BR rpc.gssd(8),
.SH AUTHORS