Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 15:28:58 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        Stefan Farfeleder <stefanf@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, Rick Macklem <rmacklem@FreeBSD.org>, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r244604 - head/usr.sbin/gssd
Message-ID:  <679335077.1562704.1356294538939.JavaMail.root@erie.cs.uoguelph.ca>
In-Reply-To: <20121223140027.GA42937@mole.fafoe.narf.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Stefan Farfeleder wrote:
> On Sat, Dec 22, 2012 at 11:21:17PM +0000, Rick Macklem wrote:
> > Author: rmacklem
> > Date: Sat Dec 22 23:21:17 2012
> > New Revision: 244604
> > URL: http://svnweb.freebsd.org/changeset/base/244604
> >
> > Log:
> >   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. It also implements two other
> >   new options related to the "-s" option.
> >
> >   Reported by: Piete.Brooks at cl.cam.ac.uk, Herbert Poeckl
> >   Tested by: Herbert Poeckl (admin at ist.tugraz.at), Illias A.
> >   Marinos
> >   MFC after: 2 weeks
> >
> > Modified:
> >   head/usr.sbin/gssd/gssd.c
> 
> I think you forgot to add -lkrb5 to the Makefile.
> 
Oops, I forgot to commit the Makefile fix. It has been committed now.
(which for wonderful Kerberos, includes a half dozen extra libraries;-)

Thanks for pointing it out, rick

> Stefan



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