Hi Henrik,
I'm trying to test SPNEGO on native Windows, but I have still some
open questions:
- In the response message ' NA blob message', what should be the blob content ?
- What client to use for testing it ? I have tried to play with the
network.negotiate-auth options of Firefox and Mozilla, but without any result.
- I'have found a bug in the NTLM code of the negotiate branch: into
authenticateNTLMHandleReplay(), blob must be incremented before using
it, something like this should be good:
@@ -434,6 +434,8 @@ authenticateNTLMHandleReply(void *data,
/* seperate out the useful data */
blob = strchr(reply, ' ');
+ if (blob != NULL)
+ blob++;
Regards
Guido
-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1 10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135 Fax. : +39.011.9781115
Email: guido.serassio@acmeconsulting.it
WWW: http://www.acmeconsulting.it/
Received on Sun Oct 09 2005 - 03:27:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:07 MST