How to decouple trac from or align trac with apache authorization
Posted
by Laizer
on Stack Overflow
See other posts from Stack Overflow
or by Laizer
Published on 2010-06-03T15:26:05Z
Indexed on
2010/06/03
15:34 UTC
Read the original article
Hit count: 467
I've had a trac server running for about a year now - chugging along just as expected. Today, I implemented basic authorization on the apache server that trac runs under.
Trac now picks up the user as authenticated by Apache, and doesn't allow either logout or a login.
I tried to create an apache user with the same name and password as a trac user, but the behavior remained - I can't access trac.
How do I align trac with Apache authorization?
© Stack Overflow or respective owner