I'm getting somewhere I think. > > Look for a <Location /login> in your config. > > --Noah
I have 2 Locations. If I comment out the 2nd (<Location "/trac/dairy/ login">), then I get: "Authentication information not available. Please refer to..." What type of authentication type should I use for the html auth page, digest? My plan is to eventually use LDAP for auth. <Location "/trac/dairy"> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/trac-projects/dairy PythonOption TracUriRoot /trac/dairy </Location> <Location "/trac/dairy/login"> AuthType Basic AuthName "trac" AuthUserFile /var/www/trac-projects/dairy.htpasswd 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 -~----------~----~----~----~------~----~------~--~---
