Posted by Sadanand Dandge on March 22, 2010 at 4:52pm
I have an idea for managing users/groups belonging to multiple LDAP back-ends.
This can involve the features for managing the various LDAP configurations (say for different directory services). This can include the mapping of the drupal user/group parameters to the directory service parameters.
Additionally, the feature can involve seamless import/export user/groups data between directory service and drupal.
Comments
ADLDap php library
I have past experience with different open source projects integration with Active Directory, and the ADLDAP library.
If help is needed, I am here...
Regards,
Shushu
ADDap PHP
Hi Shushu, I really appreciate your help. :) I tried configuring the SSL for AD(to change userPassword and like fields) but it did not work for me. I tried this with the example php scripts available over net.
Thanks.
SSL for LDAP
Yep, making SSL work for LDAP (I had to do it for the password modification as well) is sometimes hard.
Without more information I can't tell what went wrong in your case, but I do know that if you follow the instructions on the net properly in the end you will be successful.
Regards,
Shushu
SSL for LDAP
Yes it was hard. I could run a port 686 on the AD. Also, I assume the PHP script could connect to AD. But, while binding it was giving some problem.
Currently I don't have the AD setup available. Anyways I will once again give a try and will be able to give more information on the instruction I followed and problems I got into.
Thanks.