Samba-3.0.7-1.3E Active Directory Issues

Nalin Dahyabhai nalin at redhat.com
Thu Oct 28 23:29:54 GMT 2004


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,

Nalin


More information about the samba-technical mailing list