On Friday, June 29, 2012 6:25:08 AM UTC-7, Brettschneider Falk wrote:
>
> Hi, 
>
> I have a question to TracFineGrainedPermissions: if there are two groups: 
> group1 and group2, can I inherit permissions from one group to another? 
> Something like this: 
>
> [*] 
> @group1 = WIKI_VIEW TICKET_VIEW 
> @group2 = ROADMAP_VIEW + "same as group1" 
>
> How do I do that? I'm in that authzpolicy.conf file. 
>
> Or vice versa: How can I define a group being also in another group? 
> Something like: 
> [groups] 
> a = user1, user2 
> b = user3 + a 
>


I've always used the SVN documentation as a general guide for the syntax. I 
think the following should work:

[*] 
@group1 = WIKI_VIEW TICKET_VIEW 
@group2 = ROADMAP_VIEW, @group1

And I'm sure this will work, because I'm using the same syntax in the 
configuration on my server:

[groups] 
a = user1, user2 
b = user3, @a

 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/VdMJTJLL8M0J.
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