On 05/12/2007, Alec Thomas <[EMAIL PROTECTED]> wrote:
>
> This is due to changes to the plugin. The new behaviour is this:
>
>   foo = WIKI_VIEW
>
> Will *add* this permission to foo.
>
>
>   foo = !WIKI_VIEW
>
> Will *remove* this permission from foo. There is no way that I'm aware
> of to *set* a list of permissions.
>
> I personally much preferred the previous behaviour.
>
> For your example I believe you now need:
>
>   [wiki:[EMAIL PROTECTED]
>   @Admin = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY, WIKI_DELETE
>   @Developer = WIKI_VIEW, WIKI_CREATE, WIKI_MODIFY
>   * = !WIKI_VIEW, !WIKI_CREATE, !WIKI_MODIFY, !WIKI_DELETE
>
> etc.


Ah ok...   Yeah I think I have to agree with you - the old way was much
better.  Default is no rights, only getting the rights you give them.

> That should be ok, right?
> >
> > Anyway I can tell if the authz policy is actually being called and if
> its
> > matching/missing?
>
> If you enable debug logging it should log as it checks each permission,
> though not the outcome. Only denies are currently logged.
>
okay - that's good to know.

Thanks for the help Alec and Christian

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