Description: have windows server 2016 acting as an AD controller
ip=192.168.59.240 dc=DTEST,dc=RDI login='Администратор' pass='passw@rd' On another server in another domain, but on the same network running Centos OS, there is a user dictionary with password hashes:
users_hashes = {'user1': 'somenthash', 'user245': 'somenthash'} Question: how to use python ldap to establish a connection with AD, and to bring all users and their -NTHash into line with the dictionary? (The dictionary is not static, it will change over time, users will be deleted and added)