Posts by Luis Guilherme Torrano • 13 points
2 posts
-
1
votes0
answers192
viewsQ: Connection problems with ldap using python ldap
I’m new to python, and I’m trying to make a connection to LDAP to verify the existence of an Active Directory user, however, when trying to connect to ldap using the following code snippet: l =…
-
0
votes1
answer379
viewsQ: Is it possible to use pyad (active directory module) on linux?
If it is possible to use this module on linux, would you like to know how to install it? tried with "Pip install pyad", but I get the message below: Could not find a version that satisfies the…