[Zope] security setting question

Dieter Maurer dieter@handshake.de
Thu, 20 Mar 2003 21:10:15 +0100


Webmaster Expert RH wrote at 2003-3-20 12:31 +0100:
 > I have a situation like this :
 > 
 > A repository filled with custom class instances ie: DATA folder( w/
 > Catalog)
 > A script that catch and sort a Catalog Query (get-selection)
 > A dtml-doc that show the results from the script <dtml-in
 > get-selection()>
 > 
 > What I want is user w/ a specific role ie : custom_user
 > To be able to :
 > - create new instances
 > - view and edit only those instances THEY have created
 > 
 > Please can you point me any path to reach this goal ?

You protect the objects quite restrictively and provide
access through scripts with an appropriate proxie role.

This implies: You learn about Zope security (--> Zope Book)
and proxie roles (--> Zope Book).


Dieter