[Zope3-dev] a note on groups and roles

Sidnei da Silva sidnei at awkly.org
Wed Nov 19 18:13:31 EST 2003


| The local role mapping in Zope 2 is stored on the objects; I don't know
| what it is like in Zope 3 (annotation?).

By default on annotation, but it's an adapter, so you can always plug
your own implementation in. I implemented a complete virtual hierarchy
of folders and objects using SQLObject and a couple adapters, and I
have roles and users in SQL. Before you ask, I use the path as the key
for computing the roles of an object.

I should release the code as soon as I finish the project.

-- 
Sidnei da Silva <sidnei at awkly.org>
http://awkly.org - dreamcatching :: making your dreams come true
http://plone.org/about/team#dreamcatcher

Real programmers don't comment their code.  It was hard to write, it
should be hard to understand.



More information about the Zope3-dev mailing list