Denis V. Gudtsov wrote at 2005-11-1 12:21 +0400:
> ...
>And the later i wanted to now how i can create a flexible access
>rules? There are two procedures needed: authentication and
>authorization. The first is not difficult to realize with "user
>folder". But what is the ability to control access rights of users for
>access to some types of information?

Did you read about the Zope concepts of "permission", "role" and
"permission-role-mapping" (--> Zope Book)?
They are used for Zope standard authorization subsystem.

You can also implement your own access control (based on any rules
you like) in "accessor" scripts with "proxy roles".

-- 
Dieter
_______________________________________________
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 )

Reply via email to