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. -- 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.
