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
For me changing from simple_bind_s() to bind() did the trick.
simple_bind_s()
bind()