[Zope] user rights?

Jan Johansson jan.johansson@viking-telecom.com
Thu, 30 May 2002 13:53:52 +0200


Supposed i have a bunch of users.=20
Suppose i have a bunch of DTML methods in a directory
Suppose i want to list a subset of them (defined by a property) =
depending on which user is calling the "list" method.
Also suppose that one document should "belong" to multiple users.

As in:

Document1:
 - User1

Document2:
 - User2

Document3:
 - User1
 - User2

What would be the clever way to acheive this?