Using Trac 0.11.7rc1 on Windows Server 2003, Apache 2.2, mod_python
and mod_auth_sspi. The authentication works great, except that I would
like users to be able to log out and log back in as a different user
without needing to close their browser or change accounts. However
whenever I logout and click the login link again, I'm automatically
logged back in as I was previously, with no username or password
request.
Is it possible to configure Trac to do this?
The Trac part of httpd.conf is:
<Location "/trac">
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv E:\Path\To\Trac
PythonOption TracUriRoot /trac
</Location>
<Location /trac/login>
AuthType SSPI
AuthName "Trac project management website @ The Server"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain OURDOMAIN
SSPIOfferBasic On
Require valid-user
</Location>
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.