[Midnightbsd-cvs] src [8755] trunk/usr.sbin/gssd/gssd.8: grammer fixes.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 25 22:38:21 EDT 2016
Revision: 8755
http://svnweb.midnightbsd.org/src/?rev=8755
Author: laffer1
Date: 2016-09-25 22:38:21 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
grammer fixes.
Modified Paths:
--------------
trunk/usr.sbin/gssd/gssd.8
Modified: trunk/usr.sbin/gssd/gssd.8
===================================================================
--- trunk/usr.sbin/gssd/gssd.8 2016-09-26 02:38:03 UTC (rev 8754)
+++ trunk/usr.sbin/gssd/gssd.8 2016-09-26 02:38:21 UTC (rev 8755)
@@ -25,7 +25,7 @@
.\"
.\" $MidnightBSD$
.\"
-.Dd December 22, 2012
+.Dd December 30, 2012
.Dt GSSD 8
.Os
.Sh NAME
@@ -53,25 +53,22 @@
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
+Without this option,
.Nm
-daemon assumes that the credential cache file is called /tmp/krb5cc_<uid>,
+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
+selected as candidates when
.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.
+Use Kerberos credentials for this realm when searching for
+credentials in directories specified with
+.Fl s .
+If not specified, the default Kerberos realm will be used.
.El
.Sh FILES
.Bl -tag -width ".Pa /etc/krb5.keytab" -compact
More information about the Midnightbsd-cvs
mailing list