Re: django authorization of apache

2007-06-29 Thread Robin Becker
Steven Armstrong wrote: > > You could then pass the groups, or whatever else you need, to the > handler using PythonOption directives. > > e.g. > > AuthType basic > AuthName "djauth test" > Require valid-user > SetEnv DJANGO_SETTINGS_MODULE djauth.settings > PythonOption DjangoGroups XX

Re: django authorization of apache

2007-06-28 Thread Graham Dumpleton
Look at the FastCgiAuthenticator directive for mod_fastcgi module. The FASTCGI protocol does have mechanisms for allowing backend process to do the authentication, but have no idea how it used or whether it would work. Graham On Jun 29, 12:13 am, Robin Becker <[EMAIL PROTECTED]> wrote: > I see f

Re: django authorization of apache

2007-06-28 Thread Steven Armstrong
Robin Becker wrote on 06/28/07 19:44: > Steven Armstrong wrote: >> Robin Becker wrote on 06/28/07 16:13: >>> I see from this documentation >>> >>> http://www.djangoproject.com/documentation/apache_auth/#configuring-apache >>> >>> that it is conceptually possible to configure apache authorization u

Re: django authorization of apache

2007-06-28 Thread Robin Becker
Steven Armstrong wrote: > Robin Becker wrote on 06/28/07 16:13: >> I see from this documentation >> >> http://www.djangoproject.com/documentation/apache_auth/#configuring-apache >> >> that it is conceptually possible to configure apache authorization using >> django. >> >> However, we have recent

Re: django authorization of apache

2007-06-28 Thread Steven Armstrong
Robin Becker wrote on 06/28/07 16:13: > I see from this documentation > > http://www.djangoproject.com/documentation/apache_auth/#configuring-apache > > that it is conceptually possible to configure apache authorization using > django. > > However, we have recently decided to de-couple django