Samba-3.0.7-1.3E Active Directory Issues

Jeremy Allison jra at samba.org
Fri Oct 29 00:00:38 GMT 2004


On Thu, Oct 28, 2004 at 07:29:54PM -0400, Nalin Dahyabhai wrote:
> On Thu, Oct 28, 2004 at 03:32:11PM -0700, Jeremy Allison wrote:
> > Ok - here is a "work in progress" snapshot of what I have done with 
> > your code. It doesn't compile (yet :-) but might give you a better
> > idea how I'm going about things. I'm still working on my version of
> > verify_service_password().
> > 
> > All comments welcome !
> 
> Looks good from here.  I guess the multiple places where a function
> would recurse if it was passed an enctype of 0 were a bit much. :)
> 
> > +			/* WARNING MIT ONLY !!! */
> > +			if (krb5_c_enctype_compare(ctx,
> > +						enctypes[j], enctype,
> > +						&similar) != 0) {
> > +				continue;
> > +			}
> 
> I think krb5_enctypes_compatible_keys() is the Heimdal equivalent.

Thanks for finding that, I'm still working on the rest but I think I
know how it needs to go.

I could do with some testing once this is checked in though :-).

Jeremy.


More information about the samba-technical mailing list