Hamish Lawson wrote:
> Christian Boos wrote:
>   
>>  - use a non-scoped repository and define an authz policy that allows
>> you to browse only the /project1/user1 and /project1 paths (see the
>> FineGrainedPermissions page in the Trac wiki)
>>     
>
> I've followed this suggestion and set up an authz file that allows
> browsing only of /project1 and /user1/project1. As desired the
> timeline shows changes only for this project. However when I try to
> browse the source for the project it complains that I don't have
> access to /. Allowing browisng of / fixes that but then the timeline
> shows the changes for all the other projects in the repository.
>   

Then allow /, but protect all the other projects and users, e.g.

[/user2]
* =
[/project2]
* =

etc.

-- Christian

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