[EMAIL PROTECTED] seaward wrote:
> On Nov 20, 5:48 pm, "[EMAIL PROTECTED] seaward" <[EMAIL PROTECTED]> wrote:
>   
>> I have a 99% solution to my original query which I'm outlining below
>> for interest/comment
>>     
>
> For a 99.1% solution, include the following section should be included
> in the authzpolicy.conf file. (I have included it underneath the
> WikiStart rule, which means that no-one can view/add/delete
> attachments to the WikiStart page, but can on all other pages and
> tickets.)
>
> # developers can add/delete attachments, customers can only view them
> # (These permissions could also be given on a per-group basis like the
> wiki permissions.)
>
> [*/attachment:*]
> @admin = ATTACHMENT_CREATE, ATTACHMENT_VIEW, ATTACHMENT_DELETE
> @developer = ATTACHMENT_CREATE, ATTACHMENT_VIEW, ATTACHMENT_DELETE
> @customer = ATTACHMENT_VIEW
> * =
>
> This solves the seperate thread ("Enabling wiki page attachments?" /
> "All attachments have stopped working") I raised on Nov 21, where
> attachments could not be added or viewed by anyone.
>   

Can you please post a new message summing up the issues:
 - what you're trying to achieve
 - what is your current authz policy config and what is your [trac] 
permission_policies setting
 - what is the remaining 0.9% that is not yet working

... so that I can try to reproduce the configuration and find a way to 
solve the last issues.
Thanks!

-- Christian

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