Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 02:24:23 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252139 - head/usr.sbin/gssd
Message-ID:  <201306240224.r5O2ONrU084962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306240224.r5O2ONrU084962>