]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r244604, r244638, r245014
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jan 2013 01:41:14 +0000 (01:41 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jan 2013 01:41:14 +0000 (01:41 +0000)
commitebff4d74ac550165d3c4a13117518ae4a64562c6
tree12a900eb13cef1aee7f547536935b35624b654ea
parent349592408d90c740f180a6a5c4bbfd45268aa63f
MFC: r244604, r244638, r245014
It was reported via email that some sshds create kerberos
credential cache files with names other than /tmp/krb5cc_<uid>.
The gssd daemon does not know how to find these credential caches.
This patch implements a new option "-s" that does a search for
credential cache files, using roughly the same algorithm as the
gssd daemon for Linux uses. The gssd behaviour is only changed
if the new "-s" option is specified.

git-svn-id: svn://svn.freebsd.org/base/stable/9@245089 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/gssd/Makefile
usr.sbin/gssd/gssd.c