Hi there,

i've mapped in the ldap integration module our active directory server what is working great for the moment.

For the rights management i've created several Drupal Roles like:
Administrators
Publisher
NormalUsers
Group Leader

Now i want that the Users get the correct Drupal Role based on LDAP Groups.
So i was configuring the Groups part:

Mapping of LDAP groups to Drupal roles:
CN=SG Company Group Leader,OU=Security,OU=Groups,OU=Company,DC=domain,DC=info|Publisher
CN=SG ADM Administrators,OU=Administration,OU=Company,DC=domain,DC=info|Administrators
CN=SG Normal,OU=Security,OU=Groups,OU=Company,DC=domain,DC=info|NormalUsers

Use LDAP group to Drupal roles filtering: yes

If i log in with a new user, the LDAP Group 2 Drupal Role mapping does not work.

If i uncheck the "Use LDAP group to Drupal roles filtering" button, i got the Ldap Groups as Drupal Roles created.

Anyone an idea how i can get this to work ?

Thanks!

Best regards
Constantin