Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 16:41 UTC
Updated:
30 Mar 2012 at 19:16 UTC
Hi,
we're running Drupal with LDAP integration here on our departmental website. We validate users against one of those Active Directory server (sheesh...).
Now, we'd like to put users in groups, lists, and all that, but the problem is that not everyone has logged in once yet, and it seems incredibly hard to make that happen. That's why I wanted to ask if any of you guys have any idea how to actually create users (rather: logins) which are, if they login later, are authenticated against LDAP.
There seems to be some related buzz in the forums, e.g.,
http://drupal.org/node/539790
but I couldn't find a proper solution to it yet.
Any help greatly appreciated.
Cheers,
Nico
Comments
Comment #1
Andrew Kaufmann commentedI too am very interested in such a feature. :)
Comment #2
konecny82 commentedI think there should be button "Check LDAP" or similar. It would call the script which would check LDAP against SQL database. It would check users and groups in LDAP. Then SQL database would by updated to be at the same state as LDAP is (it means one way LDAP to SQL synchronization would be done).
In fact I am not sure why data are not taken directly from LDAP (why there is copy of LDAP data in SQL database). I am sure there is any technical reason (most probably SQL table dependencies would be broken or so).
But all problems with not actual data would be gone.
Comment #3
cgmonroe commentedClearing out old support requests - reopen if problem still exists in newest code
That said: There is a new ldapsync module in the dev version that does this.