On 13/06/07, Alec Thomas <[EMAIL PROTECTED]> wrote:
>
> On 6/13/07, Stephen Moretti <[EMAIL PROTECTED]> wrote:
> > Trouble is I'm a total Python novice, so I'm not sure where to
> > start...  Suggestions are gratefully received.
>
> You don't have the authz policy installed do you? It can restrict
> permissions for even TRAC_ADMIN.

Indeed I do...  Its just set up to control access to some pages in the wiki.

This is my config file content:
[groups]
Admin = smoretti
Developer = pcranner

[wiki:[EMAIL PROTECTED]
@Admin = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY, WIKI_DELETE
@Developer = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY
* =

[wiki:[EMAIL PROTECTED]
@Admin = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY, WIKI_DELETE
@Developer = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY
* =

The only thing is even if authz policy was restricting access to
functions, the attachment_* privileges should still be listed in the
grant permissions section of the webadmin, but they aren't currently
appearing there.

Any thoughts?

Thanks for all your continuing help.

Regards

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

Reply via email to