Legrandin / PyAuthenNTLM2

PyAuthenNTLM2 is an authentication module for Apache. It validates a user by means of the NTLM protocol and a separate Domain Controller (or Active Directory server).
Other
57 stars 42 forks source link

req.user is null fix, and missing ntlm_client module fix #4

Closed gmazzo closed 12 years ago

gmazzo commented 12 years ago

Hi there, I've made two little changes on your code becuase it was not working on Basic authentication (at least with TortoiseSVN).

Greetings

Legrandin commented 12 years ago

Hi,

Brilliant. Good catch on that one. I only had time to test Basic Auth with one simple HTTP GET, but a real application (like TortoiseCVS) would certainly issue more requests over the same connection.

Thanks!