Hi -
I'm not 100% sure this is a bug (versus a config issue), but it looks like one to me.
I have setup the ldap integration and groups modules, and they work fine for authenticating and picking up the users' groups and assigning roles automatically.
What I've noticed is that when I remove a user from a group on my LDAP server, they are not properly removed from the corresponding Role in drupal.
I've done some adhoc logging, and I noticed that when adding we're using the friendly name (like "workgroup"), but when we remove (ldapgroups.module around line 243) the user from the role we use the full name (like "cn=workgroup,cn=groups,dc=my,dc=domain") which looks like it's being ignored.
Comments
Comment #1
scafmac commentedThe 5x-dev snapshot that I just committed has a patch for that. It should roll a new release in the next 12/24 hours. When you notice the development snapshot changes to the 9th of May, download it & try it out.
For anyone else - this only applies to groups that are represented as an LDAP entry. It is the third choice on the ldapgroups administrative pages.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.