bongotastic wrote:
> Hi, I setup a site which I would like to make readable by anonymous
> (without a login dialog). At the moment, I have two users which are
> granted TRAC_ADMIN. I use mod_python so my httpd.conf looks like this:
> 
> ...
> <Directory /var/lib/trac/FloatCanvas/>
>         AllowOverride AuthConfig
> </Directory>
> <Location /FloatCanvas>
>    SetHandler mod_python
>    PythonHandler trac.web.modpython_frontend
>    PythonOption TracEnv /var/lib/trac/FloatCanvas
>    PythonOption TracUriRoot /FloatCanvas
>    PythonDebug on
>    AuthType Basic
>    AuthName "FloatCanvas Project"
>    AuthUserFile /var/lib/trac/FloatCanvas/.htpasswd
>    Require valid-user
> </Location>
> ...
> 
> How can I let anonymous/guest on the site without being prompted for a
> login in the first place? Removing the login dialog leads to a python
> exception when I click on login.

Authentication should only be forced on the /FloatCanvas/login location.

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to