Re: How to deal with NTLM authentication

2008-11-16 Thread Lee Connell
Thomas, Thanks for reply, I will check it out, doesn't seem there is any documentation at least on the website, maybe there is some in the source. Is it possible to just add the appropriate headers to a response object? I would be interested in this working for basic authentication as well, that

Re: How to deal with NTLM authentication

2008-11-16 Thread Thomas Kerpe
Am 16.11.2008 21:51 Uhr, Lee Connell schrieb: > ... What I want to do is allow the user of my django app to login just > once, then if the user wishes to access the "embeded site" and > recieves the WWW-Authentication : NTLM response, I can just pass the > user and pass so the user is allowed

How to deal with NTLM authentication

2008-11-16 Thread Lee Connell
I have a website outside of django that uses NTLM authentication, requires username and pass to be entered before access to the site is allowed. I want to embed this site in a particular section within my django app which is not a problem. What I want to do is allow the user of my django app to