Currently, there is a way to authenticate against multiple LDAP servers, and it seems logical that you'd be able to provision Drupal accounts from those same LDAP servers. Our setup would massively benefit from such a thing, and we were wondering if there were any future plans to allow provisioning, at minimum, from multiple LDAP servers.
IE: New user1 logs in, authenticates against LDAP1, drupal account is provisioned from LDAP1
New user2 logs in, authenticates against LDAP2, drupal account is provisioned from LDAP2
vs current
New user1 logs in, authenticates against LDAP1, drupal account is provisioned from LDAP1
New user2 logs in, authenticates against LDAP2, drupal account is provisioned from ??
Thanks for all your work!
Comments
Comment #1
benstallings commentedFWIW, I would also find this very useful.
Comment #2
johnbarclay commentedYes. This is in the design, but is implemented incorrectly. There is an option to use the server the user authenticated against for provisioning from ldap to drupal. The bug is: https://drupal.org/comment/8568495#comment-8568495 and I'm under some pressure to fix it by Monday. I've identified the problem and have an approach.
Comment #3
johnbarclay commented