How do I authenticate against AD using Python + LDAP. I\'m currently using the python-ldap library and all it is producing is tears.
I can\'t even bind to perform a
I was missing
l.set_option(ldap.OPT_REFERRALS, 0)
From the init.