Closed (fixed)
Project:
NTLM & LDAP Authentication
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Oct 2007 at 17:53 UTC
Updated:
22 Oct 2007 at 12:33 UTC
Two issues with the Configure Groups and Roles option;
1. It does not assign drupal roles based on domain groups.
2. we have multiple domains therefore we want to assign users from each domain to a different drupal role for example
assign Domain1 Domain users group to Role1 and Domain2 Domain users group to Role2 but the Configure Groups and Roles option shows domain groups from the last domain in the list. I think this option belongs in Configure LDAP Server page.
Thanks
Comments
Comment #1
kibblewhite commentedThis is by design.
Roles are purely handled by Active Directory groups.
Comment #2
H3rnand3z commentedI tried it again today and realized that roles are not assigned if I associate a drupal role to AD Domain Users group it works for other AD groups.
Also having the configure groups and roles options does not work properly when you have multiple domains it only shows AD groups for the last domain in the list. For example I added Domain1, Domain2 and Domain3 if try to create a new association for a group in domain1 the Select group option only shows AD groups for domain3.
Thanks
Comment #3
kibblewhite commentedThis is now fixed. Please keep an eye out for the next release later today. [08/10/2007]
CVS export takes a while...
Changes made were:
Is Now:
Basically the `$group_array = array();` was moved out of the loop as this was reseting it each time it looped around.
Comment #4
(not verified) commented