Re: apache and remote_user

2011-10-26 Thread Tim
Thanks David, Yes I've read and re-read that page. I think my problem is coming from Apache though. It looks like my next step is more research on apache authorization from a domain. thanks, --Tim -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: apache and remote_user

2011-10-25 Thread David Fischer
Have you taken a look at the RemoteUserMiddleware? https://docs.djangoproject.com/en/1.3/howto/auth-remote-user/ On Oct 25, 11:16 am, Tim wrote: > Hi, > I've read the django, wsgi, and apache docs and still making no progress. > Freebsd 8, Apache2.2.17, Django1.30, Python 2.7.1 > > I'm inside an

apache and remote_user

2011-10-25 Thread Tim
Hi, I've read the django, wsgi, and apache docs and still making no progress. Freebsd 8, Apache2.2.17, Django1.30, Python 2.7.1 I'm inside an intranet hosting my webapp locally within that intranet. I'd like to get the REMOTE_USER so people don't have to login again. My problem starts at Apach