I'm new to python, and I'm trying to make a connection to LDAP to check for an Active Directory user, however, when trying to connect to ldap using the following code snippet:
l = ldap.initialize('ldaps://%s'%ldap_server,port)
l.bind(username,...
asked by
31.07.2017 / 19:44