svn commit: r252139 - head/usr.sbin/gssd

Rick Macklem rmacklem at FreeBSD.org
Mon Jun 24 02:24:23 UTC 2013


Author: rmacklem
Date: Mon Jun 24 02:24:22 2013
New Revision: 252139
URL: http://svnweb.freebsd.org/changeset/base/252139

Log:
  Document the "-o" option added by r252138.
  
  MFC after:	10 days

Modified:
  head/usr.sbin/gssd/gssd.8

Modified: head/usr.sbin/gssd/gssd.8
==============================================================================
--- head/usr.sbin/gssd/gssd.8	Mon Jun 24 02:19:23 2013	(r252138)
+++ head/usr.sbin/gssd/gssd.8	Mon Jun 24 02:24:22 2013	(r252139)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 5, 2013
+.Dd June 23, 2013
 .Dt GSSD 8
 .Os
 .Sh NAME
@@ -34,6 +34,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl d
+.Op Fl o
 .Op Fl v
 .Op Fl s Ar dir-list
 .Op Fl c Ar file-substring
@@ -50,6 +51,10 @@ Run in debug mode.
 In this mode,
 .Nm
 will not fork when it starts.
+.It Fl o
+Force use of DES and the associated old style GSS-API initialization token.
+This may be required to make kerberized NFS mounts work against some
+non-FreeBSD NFS servers.
 .It Fl v
 Run in verbose mode.
 In this mode,


More information about the svn-src-head mailing list