Hy all I'm using trac with agilo and authz_policy.py to control the wiki access.
the authz_policy.py seems to be called times to times (I check this with a small entry in the log), when the plugin is called the interface seems ok, but half of the times the plugin isn't called. What may I be doing wrong? This is the configuration that I'm using at the moment to the project # vim: syntax=dosini [groups] administrators = roberto_admin dkit_developers = oleber, maxim, gianluca ffn_developers = oleber, maxim documatica_developers = maxim, gianluca kqi_developers = roberto, oleber, maxim, gianluca developers = @kqi_developers, @dkit_developers, @ffn_developers, @administrators [wiki:dkit/*] @dkit_developers = WIKI_CREATE, WIKI_MODIFY, WIKI_VIEW [wiki:ffn/*] @ffn_developers = WIKI_CREATE, WIKI_MODIFY, WIKI_VIEW [wiki:documatica/*] @documatica_developers = WIKI_CREATE, WIKI_MODIFY, WIKI_VIEW [wiki:kqi/*] @kqi_developers = WIKI_CREATE, WIKI_MODIFY, WIKI_VIEW [wiki:*/*] @developers = WIKI_VIEW authenticated = !WIKI_VIEW anonymous = !WIKI_VIEW [wiki:*] @administrators = WIKI_CREATE, WIKI_MODIFY, WIKI_VIEW, WIKI_DELETE, WIKI_ADMIN @developers = WIKI_VIEW, !WIKI_CREATE, !WIKI_MODIFY, !WIKI_DELETE, !WIKI_ADMIN authenticated = WIKI_VIEW, !WIKI_CREATE, !WIKI_MODIFY, !WIKI_DELETE, !WIKI_ADMIN anonymous = WIKI_VIEW, !WIKI_CREATE, !WIKI_MODIFY, !WIKI_DELETE, !WIKI_ADMIN [*] @administrators = TRAC_ADMIN -- Marcos Rebelo http://oleber.freehostia.com Milan Perl Mongers leader http://milan.pm.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
