[Zope] several questions about shared libraries and security

Dieter Maurer dieter at handshake.de
Thu Nov 3 13:41:19 EST 2005


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


More information about the Zope mailing list