seanthegeek / easyad

A simple Python module for running common queries on Active Directory
Apache License 2.0
14 stars 9 forks source link

tls: Make sure TLS gets initialized if requested. #2

Closed chaudron closed 3 years ago

chaudron commented 3 years ago

Currently, all connections to the AD are in simple plain text, so login user and password are in the clear. As well as all the LDAP content being requested.

Signed-off-by: Eelco Chaudron echaudron@gmail.com