On 13/06/07, Stephen Moretti <[EMAIL PROTECTED]> wrote: > 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. > Just a small update....
In my trac.ini I've set permission_policies to be : AuthzPolicy,DefaultPermissionPolicy,LegacyAttachmentPolicy The addition of the LegacyAttachmentPolicy has allowed me access to the attachments again, but I'm not terribly happy about this solution. I would much rather be seeing ATTACHMENT_* in the permissions section of the webadmin and for TRAC_ADMIN to be able to access attachments. I have to say that I think this is something to do with the fact that the ATTACHMENT_* permissions are missing from the webadmin and also when I run the "permission list" command in a console. I don't know if that helps with as pointer as to what I'm doing wrong? 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 -~----------~----~----~----~------~----~------~--~---
