[Python-checkins] python/dist/src/Misc NEWS,1.866,1.867
by other posts by this author
Oct 12 2003 4:38AM messages near this date
Re: [ANNOUNCE] mod_perl-1.29
|
Re: Apache-AuthenNTLM-2.04
> >>
> >> When it should be sending something like:
> >>
> >> [505] AuthenNTLM: Authorization Header NTLM
> >> TlRMTVNTUAABAAAAB4IAoAAAAAAAAAAAAAAAAAAAAAB=
> >>
> >> It looks to me as if you are not using Internet Explorer... What
> >> happens when you try it from IE?
> >>
> >
> > First off, I appreciate your time in looking at this.
> >
> > I have tried both Netscape 7 and IE 6+. Both did not work.
> >
> Can you run both again, and send me the logs for both of those two
> sessions?
>
> speeves
> cws
BTW, I have tested this modules against a Samba server that was only
allowing NTLMv2 connections with success. (I don't have access to a
win32 machine that I could test this against, so maybe...) Also, when
you run the test above, can you change:
AuthType ntlm,basic
to:
AuthType ntlm
This should return a 401 unauthorized for the non-IE browser, and force
an NTLM auth header from IE.
let me know,
speeves
cws
|