[Zope] Local Roles via LDAP? NuxUserGroups?
Jens Vagelpohl
jens@zope.com
Thu, 25 Jul 2002 07:49:53 -0400
>> Yes. Have a "ContentMaintainer" role which you give to your users only
>> locally.
>
> Yes, but how could I maintain the mapping from role to location in an LDAP
> repository? I don't think I can use Local Roles to do that.
why not local roles?
you could have location-based roles by creating another LDAPUserFolder in
the location where people are supposed to get different roles. that one
would have to look at a different place in the LDAP directory tree where
the group/role records are different.
jens