[sudo-users] sudo, kerb5 and Heimdal on FreeBSD 7.0

Todd C. Miller Todd.Miller at courtesan.com
Wed Oct 22 12:56:24 EDT 2008


In message <943365.95219.qm at web43134.mail.sp1.yahoo.com>
	so spake john bender (fafaforza):

> I looked the function up in the Heimdal source, and
> all instances reference two arguments:
> 
> krb5_get_init_creds_opt_free(context, options);
> 
> Running 'strings' on the /usr/lib libraries did not
> return a match for krb5_get_init_creds_opt_free, so it
> looks to be present only in Heimdal libraries.
> 
> Is this something that needs to be changed in sudo's
> source?

It sounds like a configure check is needed since older versions of
Heimdal have a krb5_get_init_creds_opt_free that takes a single
arg.  I'll add it to me sudo TODO list.

 - todd



More information about the sudo-users mailing list