[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uw-imapd gssapi support and heimdal



Leif Johansson <leifj@it.su.se> writes:
> I believe that this is a case of Heimdal implementing gssapi2
> (please correct me someone?) and MIT does not.

That's correct, but I think that MIT has/is started to do some gssapi2.

> Don't know exactly about the gss_mech_krb5 but I am pretty sure it
> must be a gss_OID too (possibly GSS_KRB5_MECHANISM) and a similar
> bit of cpp as the above should do the trick.

Yes, they should be the same thing, and unfortunately enough it's not
defined in the RFC what name to use for this.  I've added a compat
hook for that.

/assar