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
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 access transparently.  How do I go about
doing this?  I haven't been able to find anything definitive online, help
would be greatly appreciated!

thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to