Thanks for the quick responses guys!
> > > > Specifically, I'd like to install the WikiPrivatePatch > > http://www.trac-hacks.org/wiki/WikiPrivatePatch from Trac > > Hacks. > > > > Come to that - Does anyone have any suggestions for good > plugins/patches/etc > > for allowing a more granular approach to security on wiki pages? > > Unless you need a plugin that only works with 0.10, I'd suggest using Trac > trunk. It is quite stable, and has a fine-grained permission system > integrated > [1]. As it happens I like living on the edge, so I am already running 0.11dev-r5661. The included sample authz plugin could be used to implement behaviour > similar to WikiPrivatePatch with something like this config: > > [groups] > private_users = user1, user2, user3 > > [wiki:[EMAIL PROTECTED] > @private_users = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY > * = > I had a moments worry as I'm using htpasswd for my permissions, but actually it all installed and set up frighteningly easily. I guess my only niggle with it is that I already have groups set up in my permissions that authz doesn't pick up on, but otherwise this is exactly what I'm after. The only question that really leaves me with is what exactly does [EMAIL PROTECTED] mean? I get that *Private is any page ending with "Private", its the @* bit that I'm not really sure on. I'm also guessing that the @ in @private_user is denote private_user as a group rather than a user. Is that correct? Regards and thanks again for the reply Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
