summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-04-02 13:15:22 -0400
committerSimo Sorce <simo@redhat.com>2013-04-05 18:39:10 -0400
commit4a918dcd6715d2aefa33daa451e5ecd0c1923846 (patch)
tree221920600950585c962d7d5cc68b2b463d2ab219
parentf18a1dadd4508e74c0aed37d8ac92046c30fbfe7 (diff)
downloadnfs-utils-4a918dcd6715d2aefa33daa451e5ecd0c1923846.tar.gz
nfs-utils-4a918dcd6715d2aefa33daa451e5ecd0c1923846.tar.xz
nfs-utils-4a918dcd6715d2aefa33daa451e5ecd0c1923846.zip
Document new -z/-Z options
Options are not in alphabetical order but -z/-Z clearly always come last. Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--utils/gssd/gssd.man13
1 files changed, 12 insertions, 1 deletions
diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man
index 79d9bf9..7918c2a 100644
--- a/utils/gssd/gssd.man
+++ b/utils/gssd/gssd.man
@@ -8,7 +8,7 @@
rpc.gssd \- RPCSEC_GSS daemon
.SH SYNOPSIS
.B rpc.gssd
-.RB [ \-fMnlvr ]
+.RB [ \-fMnlvrzZ ]
.RB [ \-k
.IR keytab ]
.RB [ \-p
@@ -266,6 +266,17 @@ new kernel contexts to be negotiated after
seconds, which allows changing Kerberos tickets and identities frequently.
The default is no explicit timeout, which means the kernel context will live
the lifetime of the Kerberos service ticket used in its creation.
+.TP
+.B -z
+This option tries to avoid DNS Reverse (PTR) lookups for determining the
+server name to pass to GSSAPI if the name passed at mount point is not an IP
+address. Currently off by default for compatibility reasons.
+.TP
+.B -Z
+This is the inverse of
+.B -z
+and forces the use of DNS Reverse resolution of the server's IP address to
+retrieve the server name to use in GSAPI authentication.
.SH SEE ALSO
.BR rpc.svcgssd (8),
.BR kerberos (1),