Re: Ldap and groups/roles
Michael Bond <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.morlug |
|---|---|
| Message-ID | <[email protected]> |
David Smith gave me a hand with this on IRC, and the solution is very simple. This is incorrect: > cn=mygroup,dc=libraries,dc=wvu,dc=edu all that should be used is the base, dc=libraries,dc=wvu,dc=edu ... cn=mygroup isn't part of the DN. The second step is to map, from the groups tab, the LDAP groups to zope roles. These roles are then managed the same way that any other zope role is managed. Mike.