Anyone else seen a issue with the authz stuff on Ubuntu (8.04) via apache2.
In TRAC i am using the authzsvnadmin plugin and adding access to a repo.

The authz file has:

[group]
admins = user1,user2

[myrepo:/]
@admins = rw

But I'm getting "403 Forbidden".

If I change the authz file to read:

[group]
admins = user1,user2

[/]
@admins = rw

It works fine...


Any help appreciate

Andrew

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