Re: [Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-09 Thread Chris Mulligan
For what it's worth, here's how we're doing it on apache linux, authing to a windows domain. I think you can flip off KrbMethodNegotiate if you wanted to force password. Location / AuthType Kerberos AuthName trac.domain.example KrbServiceName HTTP/trac.domain.example

[Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-04 Thread Chris
Setting SSPIBasicPreferred On didn't do the trick. I came across this very recent post though it was strictly focusing on Subversion. Seems this isn't as straight forward as I thought it might be. http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065dsMessageId=2425823 -- You received

[Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-01 Thread Chris
I realize this is more of an Apache set up issue than Trac, but has any one using Trac attempted such a configuration? Thanks. -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-us...@googlegroups.com. To

[Trac] Re: Disabling Automatic Auth Login to Domain

2009-12-01 Thread Earl
Chris, Here are my current Apache settings: # Parent path to all Trac setups Location /projects    SetHandler mod_python    PythonInterpreter main_interpreter    PythonHandler trac.web.modpython_frontend    PythonOption TracEnvParentDir D:/tracrepo    PythonFixupHandler

[Trac] Re: Disabling Automatic Auth Login to Domain

2009-11-30 Thread Chris
Here are my current Apache settings: # Parent path to all Trac setups Location /projects SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir D:/tracrepo PythonFixupHandler fixupsspi::strip_domain