I try to make working your module for the first time but I have some issue. My LDAP server is particular and need the last stable version (2.2.3) of ldap3 python ...
async and await have become keywords in Python 3.7, and this breaks ldap3 because you can no longer have an async.py module. This is a new SyntaxError: from .core ...
I recently figured out how to work with Microsoft Active Directory using Python 3. I wanted to get a hierarchy of Organizational Units (OUs) and all the network hosts associated with these OUs to ...