[Zope] Local or not local roles?

Chris McDonough chrism@zope.com
14 May 2003 10:16:12 -0400


Local roles take effect for the object they're defined upon plus any
children of the object they're defined upon.  This happens by virtue of
the user object's 'allowed' and 'getRolesInContext' methods.  If you
need different behavior, you'd need to create a different kind of user
object.

On Wed, 2003-05-14 at 10:03, Marco Lazzeri wrote:
> Hello!
> 
> I was just surfing around into ZMI  when into
> 
> http://dual:27080/some_filename/manage_listLocalRoles
> 
> i've found this:
> 
> "To give a user extra roles when accessing this object
> (and ___its children___),
> select a user from the User list below, select the extra roles that
> should be given to that user from the Roles list."
> 
> Are not local roles setted only in that exactly context? Why it says
> says "(and its children)"?
> 
> Thank you,
> Marco Lazzeri
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )