On Feb 5, 2008, at 1:26 PM, JoeNMDA wrote:
> > 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. If you plan to use the AccountManager HTML login form, nothing. There should be no mention of authentication anywhere in your Apache config. > > > <Location "/trac/dairy/login"> > AuthType Basic > AuthName "trac" > AuthUserFile /var/www/trac-projects/dairy.htpasswd > Require valid-user > </Location> Remove this block. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
