[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mod_auth_kerb compile problems
On 27 Jun 2002, Love wrote:
> Diana Eichert <deichert@wrench.com> writes:
>
> > Hello
> >
> > I'm trying to compile mod_auth_kerb on an OpenBSD 3.0 system(heimdal-0.3a)
> > and get hit with the following errors:
> [...]
> > I understand there are differences between the MIT API and heimdals. I'm
> > just asking for pointers to a fix?
>
> I would guess that you can use krb5_realm_length() and krb5_realm_data()
> instead of ->length and ->data
>
> Note that this doesn't seem to be part of the MIT API :(
>
> Don't know how to handle tgtname. You might try to use krb5_unparse_name,
> krb5_unparse_name_fixed, krb5_unparse_name_fixed_short depending on that
> the code should do.
>
> Love
thanks for the pointers