[Zope] Assigning roles in context from groups
Dieter Maurer
dieter@handshake.de
Tue, 17 Sep 2002 20:49:31 +0200
John K. Hohm writes:
> I am using LDAPUserFolder with Zope 2.5.1 to authenticate users. I have users
> in groups (which show up as roles in Zope) such that the group names are part
> of some folder names, and I want to put the users in roles in the context of a
> folder based on whether they are in a group that matches the folder name and a
> certain role name. This should allow me to assign permissions to those roles
> in a containing folder and have them apply only to the folders that a user is
> in a group for.
A non-trivial request...
Look at NuxUserGroups. It goes some way into this direction.
Probably, it still does not give you everything you want.
Dieter