@@ -8,7 +8,7 @@
rpc.gssd \- RPCSEC_GSS daemon
.SH SYNOPSIS
.B rpc.gssd
-.RB [ \-fMnlvr ]
+.RB [ \-fMnlvrN ]
.RB [ \-k
.IR keytab ]
.RB [ \-p
@@ -245,6 +245,15 @@ is set,
.B rpc.gssd
stores machine credentials in memory instead.
.TP
+.B -N [on|off]
+When -N is set to
+.BR on
+the program tries to avoid DNS Reverse (PTR) lookups for resolving the server
+name if the name passed at mount point is not an IP address.
+Currently defaults to
+.BR off
+for compatibility reasons.
+.TP
.B -v
Increases the verbosity of the output (can be specified multiple times).
.TP
Options are not in alphabetical order but I put the new one after the -M, let's see this slow bubble sort algorithm to go on in the next decade :) Signed-off-by: Simo Sorce <simo@redhat.com> --- utils/gssd/gssd.man | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)