cf http://trac.edgewall.org/wiki/FineGrainedPermissions, whic alec
thomas designed ... i'm unsure what is missing to get it running with
the new version.

-solo

On 10/12/06, Emmanuel <[EMAIL PROTECTED]> wrote:
>
> We use Trac in a telecom operator context to track our projects.
>
> How do we restrict some parts of the Wiki for certain users? I have
> created a so-called authz file as below, trying to create two areas,
> one of which cannot be reached by normal users.
>
> My problem is that I don't know how to create that "/admin-only/" area
> in the wiki. When I create a page there are no options to select where
> to put it.
>
> Can someone help? Thank you.
>
>
> authz file in trac.ini [trac] section:
>
> [groups]
> projectadmins = admin1, admin2
> othercoolfolks = cool1, cool2
>
> # repository (r = read, w = write, or none)
> [project:/]
> @projectadmins = rw
> @othercoolfolks = rw
> * = r
>
> [project:/admin-only/]
> @projectadmins = rw
> @othercoolfolks = r
> * = none
>
>
> >
>

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

Reply via email to