Possible Duplicate:
Python-LDAP integration
Good afternoon!
I am writing a program for work that searches an LDAP database for IDs based on names in a text file.
I’m going to write this in Python, as it has become my language of choice.
My question is, what is the best client LDAP API for Python, and where can I download it?
It would have to be compatible with Red Hat Enterprise Linux Server release 5.7 (Tikanga), as that is the distro I am using.
Best,
ktm
I have used http://www.python-ldap.org/ and it worked fine.