Hi,
I've a bug with new ldap_integration HEAD version.
When a user connects him on my drupal installation for the first time (ldap groups written in ldapgroups.conf.php and indicated in drupal site configuration), the roles created are like this:
"cn=Admins,ou=groups,dc=domain
cn=test_group,ou=groups,dc=domain"
and not like:
"Admins
test_group"
Is it normal ?
Thanks.
Comments
Comment #1
kreaper commentedBinerf
I just fixed it in the HEAD. Please re-download and test
kreaper
Comment #2
Binerf-1 commentedI'm sorry but it seems that my problem is not corrected...
Comment #3
dcartertod commentedThis is happening with me too with the 3rd strategy for groups, i.e. Groups exist as LDAP entries where a multivalued attribute...etc.
The relevant code would be in the 3rd strategy section of _ldapgroups_detect_groups() where
I replaced mine with:
And that seemed to fix the problem.
David
Comment #4
Binerf-1 commentedYes, with this modification, the problem seems to be corrected.
Thanks
Comment #5
kreaper commentedPlease do a cvs update and test. In the previous commit, we were not actually using the stripped name :)
dcartertod's code only fixes 1 of the three scenarios, so please don't use it. Thx a lot for the help anyway dcartertod.
regards
kreaper
Comment #6
kreaper commentedBinerf
Did you get a chance to test the HEAD ?
Comment #7
(not verified) commented