Best way to Query Microsoft AD with Python 3
Best way to Query Microsoft AD with Python 3
You can try the ldap3 package from Pypi at https://pypi.python.org/pypi/ldap3. It strictly follows the latest rfc for LDAP and is a pure Python implementation so can be used on different platforms, either with Python 2 (2.6 or 2.7) or Python 3
Disclaimer: Im the author of the ldap3 library.