[OpenAFS] env vars being ignored - 1.4.2 building aklog

Marcus Watts mdw@umich.edu
Wed, 03 Jan 2007 20:49:54 -0500


jaltman@secure-endpoints.com replied:
> Jim Rees wrote:
> 
> > To build aklog you need configure --with-krb5.  This is not currently the
> > default but I'm sure it will be soon.  Note that if you are using heimdal
> > you don't need aklog, use heimdal's afslog instead.  Again, if this isn't
> > documented, it should be.
> 
> aklog builds with Heimdal.  asetkey does not.

I have patches for asetkey to build with heimdal as well.
Right now they're part of the rxk5 patch - but could
be split out.  The problem is trivial:
 mit:			 heimdal:
key->contents		key->keyvalue.data
key->length		key->keyvalue.length

			-Marcus Watts