> <Location "/trac">
> </Location>
>
> it seems to work from the webserver side of things, as I can clear all
> my cached logins in the browser and it asks me for the username and
> password and allows me to proceed. However trac then only displays the
> content as if I was "anonymous" without the option to "login"

This is consistent with the expected behaviour: applying the
authentication rules to the whole project (that is /trac instead of
/trac/login, see above) forces authentication whatever the Trac page
you're trying to browse. If you do want to click on "login" first, use
the documented path: <Location "/trac/login">

> what do I need to change in that case. what do I need for
> "AuthBasicProvider" ?

I think that AuthBasicProvider can be omitted (default config) with
htpasswd file authentication. Read the Apache 2.2 documentation for
further details, from http://httpd.apache.org/...

Cheers,
Manu

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

Reply via email to