When using the normal ldapgroups module, a mapping between LDAP groups (e.g. cn=drupal_adm,ou=groups,dc=example,dc=net) and Drupal user roles (e.g. Admin) is specified in the textbox "Mapping of LDAP groups to Drupal roles". However, when adding or removing users from these groups, the extended_ldapgroups module looks up only the "composed" name (in this case cn=Admin,ou=groups,dc=example,dc=net), i.e. ignores this mapping and thus will fail in adding/removing users, as the group that is looked for does not exist. I'd be happy to see this improved.
Comments
Comment #1
tpfeiffer commentedI am attaching a patch that
I'd be happy about feedback and inclusion of this or an improved version in the module.