Re: How to know the current apache authenticated user

2008-06-01 Thread Ramiro Morales
On Mon, Jun 2, 2008 at 12:27 AM, Maykel Moya <[EMAIL PROTECTED]> wrote: > > 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'm thinking on a environment variable

How to know the current apache authenticated user

2008-06-01 Thread Maykel Moya
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