I am experiencing an issue when trying to use Python's pyad module.
from pyad import *
pyad.set_defaults(ldap_server=adserver, username="", password="")
q = pyad.adquery.ADQuery()
-------------------------
AttributeError: module 'pyad.pyad' has no attribute 'adquery'
Windows 10; Python 3.8.3; and I did a force install of pyad and pywin32
Any help is greatly appreciated!