svn commit: r244604 - head/usr.sbin/gssd

Rick Macklem rmacklem at uoguelph.ca
Mon Dec 31 00:49:30 UTC 2012


bf1783 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
> 
> ...
> 
> >+#include <krb5.h>
> 
> Rick:
> 
> This breaks world built WITHOUT_KERBEROS and WITH_GSSAPI.
> 
> Regards,
> b.
Could you please test the attached patch.

Also, if someone who is familiar with the build/Makefile side
of things could review this, it would be appreciated.

Thanks, rick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gssd-build.patch
Type: text/x-patch
Size: 2019 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20121230/176064d7/attachment.bin>


More information about the freebsd-current mailing list