aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2013-07-08 00:57:12 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2013-07-08 00:57:12 +0000
commitb91cd7da8cb564fe42fec94d0a32b57ccdd6ed80 (patch)
treea07dffbc8358c315c60660efff998fbfed9d7493 /usr.sbin
parentbd5012b2df2da5cd42d16be3fed14464baa52e6b (diff)
downloadsrc-b91cd7da8cb564fe42fec94d0a32b57ccdd6ed80.tar.gz
src-b91cd7da8cb564fe42fec94d0a32b57ccdd6ed80.zip
Document the new "-h" option for the gssd daemon.
This is a content change. Reviewed by: jhb
Notes
Notes: svn path=/head/; revision=253016
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/gssd/gssd.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/gssd/gssd.8 b/usr.sbin/gssd/gssd.8
index 90f5bbb82a3b..30e793a604a5 100644
--- a/usr.sbin/gssd/gssd.8
+++ b/usr.sbin/gssd/gssd.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 23, 2013
+.Dd July 7, 2013
.Dt GSSD 8
.Os
.Sh NAME
@@ -34,6 +34,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl d
+.Op Fl h
.Op Fl o
.Op Fl v
.Op Fl s Ar dir-list
@@ -51,6 +52,15 @@ Run in debug mode.
In this mode,
.Nm
will not fork when it starts.
+.It Fl h
+Enable support for host based initiator credentials.
+This permits a kerberized NFS mount to use a service principal in
+the default Kerberos5 keytab file for access.
+Such access is enabled via the
+gssname
+option for the
+.Xr mount_nfs 8
+command.
.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
@@ -96,6 +106,7 @@ by kernel GSS-API services.
.Ex -std
.Sh SEE ALSO
.Xr gssapi 3 ,
+.Xr mount_nfs 8 ,
.Xr syslog 3
.Sh HISTORY
The