diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2012-12-22 23:34:28 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2012-12-22 23:34:28 +0000 |
commit | 91970c8a6b5242f9613d3186f8edfd4c84bd86da (patch) | |
tree | a54e7b46ab62098e4f16a4acff60f6f74a138b6d | |
parent | a6089b358873d69935f99c7f21df6619cdf217ed (diff) | |
download | FreeBSD-src-91970c8a6b5242f9613d3186f8edfd4c84bd86da.zip FreeBSD-src-91970c8a6b5242f9613d3186f8edfd4c84bd86da.tar.gz |
Document the new gssd daemon options added by r244604.
This is a content change.
MFC after: 2 weeks
-rw-r--r-- | usr.sbin/gssd/gssd.8 | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/usr.sbin/gssd/gssd.8 b/usr.sbin/gssd/gssd.8 index 273a9ff..7b006e8 100644 --- a/usr.sbin/gssd/gssd.8 +++ b/usr.sbin/gssd/gssd.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 5, 2008 +.Dd December 22, 2012 .Dt GSSD 8 .Os .Sh NAME @@ -34,6 +34,9 @@ .Sh SYNOPSIS .Nm .Op Fl d +.Op Fl s Ar dir-list +.Op Fl c Ar file-substring +.Op Fl r Ar preferred-realm .Sh DESCRIPTION The .Nm @@ -46,6 +49,29 @@ Run in debug mode. In this mode, .Nm will not fork when it starts. +.It Fl s Ar dir-list +Look for an appropriate credential cache file in this list of directories. +The list should be full pathnames from root, separated by ':' characters. +Usually this list will simply be "/tmp". +Without this option, the +.Nm +daemon assumes that the credential cache file is called /tmp/krb5cc_<uid>, +where <uid> is the effective uid for the RPC caller. +.It Fl c Ar file-substring +Set a file-substring for the credential cache file names. +Only files with this substring embedded in their names will be +selected as candidates when the +.Fl s +has been specified. +If not specified, it defaults to "krb5cc_". +.It Fl r Ar preferred-realm +Set a preferred Kerberos realm for the search of the directory list for +a credentials cache file. +When set, files with TGT credentials for this realm will be selected over +other credential files. +This option is only meaningful when the +.Fl s +option has been specified. .El .Sh FILES .Bl -tag -width ".Pa /etc/krb5.keytab" -compact |