Thanks for the info, I tried but failed fairly quickly. As I am using mod_authz_svn-like permission (described on same wiki page) I share my authz_file between svn and trac. Whenever I add anything like: [wiki:priv...@*] in this file, my svn server dies (I assume this section name can not be interpreted correctly by the svn server). Since I have to maintain a list of users in the svn auth file, I was hoping I could maintain this in one single file.
So I did some testing with a separate auth file and even then I can't really get it to work. What I would like is to lock all pages starting with wiki/Private/xyz. So I tried to use the following: [wiki:/Private/*] @devel = WIKI_VIEW * = Is this something that should work? Finally, since I am using Apache as a front-end, I can also use authentication for the <Locacation /wiki/Private> but Trac will still show some actions in wiki/Private in the "public" timeline. So this doesn't seem as clean to me. Anton ----- Original Message ----- From: jevans <[email protected]> Date: Sunday, February 1, 2009 7:51 pm Subject: [Trac] Re: Restricting access to part of the Wiki pages > Anton Deguet wrote: > > Hello, > > > > I have a Trac server running behind Apache which allows both anonymous > > access (i.e. login-less) and actual users with login/password. I use > > this for SVN as well combined with conf/authz and per-directory > > authentication. I would like to keep part of the wiki accessible to > > authenticated users only. I believe I saw a simple way to do this but > > forgot to bookmark it. Can anyone give me some clues? > > > > Thanks, > > > > Anton > > Hi Anton, > If you have 0.11 try < > TracFineGrainedPermissions> > - jevans > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
