On Sun, Jun 8, 2008 at 3:12 PM, Rainer Sokoll <[EMAIL PROTECTED]> wrote:
>
> On Fri, Jun 06, 2008 at 08:05:18PM -0300, Carlos Vieira wrote:
>
>> it, and then used mod_wsgi to speed things up. The problem is, I'm
>> trying to authz_svn to authenticate and, while Apache does grant me
>> access to the pages, Trac (apparently) thinks I'm an anonymous user.
>>
>> On trac.log I see a log of lines similar to:
>> 2008-06-06 19:58:04,558 Trac[perm] DEBUG: No policy allowed anonymous
>> performing WIKI_MODIFY on <Resource u'wiki:WikiStart'>
>>
>> I have read/write access to SVN through webdav, though. Any help would
>> be greatly appreciated.
>
> authz_svn is valid only for trac's browser part.
>
> Rainer
>

I see. But Apache's Basic authorization should still kick in and
authenticate users for the other trac components (wiki, tickets, etc),
right?

<LocationMatch "/trac*">
 SVNPath       /boreste/svn
 AuthType Basic
 AuthName "Boreste Trac"
 AuthUserFile /etc/apache2/dav_svn.passwd
 AuthzSVNAccessFile /etc/apache2/authz_svn.access
 Require valid-user
</LocationMatch>

What's the deal? Why does trac believe I'm anonymous even though I
have authenticated with Apache?

Thanks,
Vieira

-- 
Carlos Vieira

Boreste Embedded Systems - www.boreste.com

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