[Zope-CMF] change ownership on Zope objects

Dieter Maurer dieter at handshake.de
Wed Feb 6 19:14:36 EST 2008


Marie Robichon wrote at 2008-2-6 08:42 +0100:
>One of the administrators of our Plone site has changed services.  Given 
>that our user authentication is via LDAP and that this person has write 
>access to some parts of our site I now want to change the ownership of 
>the pages he created in order to remove his write access.

Ownership is managed with methods in "AccessControl.Owned.Owned".
Note, however, that its use is restricted. Its sole purpose
is to help against trojan horse attacks and it affects only
executable objects (scripts, templates).

The "Owner" role (it affects permissions on objects) is
a local role managed with methods in "AccessControl.Role.RoleManager".



-- 
Dieter


More information about the Zope-CMF mailing list