Re: Using Django's auth for Trac too

2010-11-09 Thread Graham Dumpleton
On Nov 9, 7:54 pm, Torsten Bronger wrote: > Hall chen! > > Knut Ivar Nesheim writes: > > See the following link to the docs. This should be exactly what > > you want. > > >http://docs.djangoproject.com/en/dev/howto/apache-auth/ > > We use WSGI.  But if all else fails, switching to mod_python may

Re: Using Django's auth for Trac too

2010-11-09 Thread Torsten Bronger
Hallöchen! Knut Ivar Nesheim writes: > See the following link to the docs. This should be exactly what > you want. > > http://docs.djangoproject.com/en/dev/howto/apache-auth/ We use WSGI. But if all else fails, switching to mod_python may be an alternative. Thank you! Tschö, Torsten. -- Tor

Re: Using Django's auth for Trac too

2010-11-09 Thread Knut Ivar Nesheim
Hi, See the following link to the docs. This should be exactly what you want. http://docs.djangoproject.com/en/dev/howto/apache-auth/ Regards Knut On Tue, Nov 9, 2010 at 6:51 AM, Torsten Bronger wrote: > Hallöchen! > > I know that my question has a strong Apache component, but can > anybody he

Using Django's auth for Trac too

2010-11-08 Thread Torsten Bronger
Hallöchen! I know that my question has a strong Apache component, but can anybody here give me hints for how to use Django's auth system for a Trac installation running on the same Apache? I.e., iff someone is logged in in Django, it is also authenticated in Trac. I already have my own Django au