Win7 + Live sign-in assistant = samba fails auth

Jeremy Allison jra at samba.org
Mon Jul 19 16:33:03 MDT 2010


On Tue, Jul 20, 2010 at 08:29:44AM +1000, Andrew Bartlett wrote:
> 
> Jeremy,
> 
> We also need to fix this in the common code.  The code in
> libcli/auth/spnego_parse.c is not yet used for CIFS in source3/ but is
> used for ntlm_auth and for all the source4/ code.  
> 
> Can I work with you to fix it there too?

Sure - actually, looking at libcli/auth/spnego_parse.c
read_negTokenInit() looks like it already correctly
handles the :

                /* Read mechToken */
                case ASN1_CONTEXT(2):

case, which means this was a source3 only bug.

Jeremy.


More information about the samba-technical mailing list