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 fixupsspi::lcase_user > AuthType SSPI > SSPIAuth On > SSPIAuthoritative On > SSPIDomain <domaincontroller> > SSPIOfferBasic On > AuthName "Trac Project Management" > Require valid-user > </Location> > > I did change SSPIAuth to Basic and SSPIAuthoritative to Off and saw no > change in how logging in is handled.
Have you tried SSPIBasicPreferred? I don't use Apache on Windows but it looks like that's one of the options in the example config here. http://mod-auth-sspi.svn.sourceforge.net/viewvc/mod-auth-sspi/doc/mod_auth_sspi.conf?revision=7&view=markup -- Earl Tom -- 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.
