I'm running a Django site via apache2 + mod_python. I'm not using any
Django related authentication mechanism, just apache digest
authentication against a flat file.

I need to know what user is currently authenticated by apache. Some
people on #django have had point me to PythonAuthHandler but I
actually don't like to change the way the access to the site is
authenticated.

I'm thinking on a environment variable or alike that holds the
username that is currently authenticated to apache but Google and
docs/ had not been of much help.

Regards,
maykel

--~--~---------~--~----~------------~-------~--~----~
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