Traceback (most recent call last):
File "WatchAD.py", line 159, in
main()
File "WatchAD.py", line 145, in main
install(domain=options.domain, server=options.server, user=options.username, password=options.password)
File "WatchAD.py", line 35, in install
get_all_dc_names(domain)
File "/home/polo/WatchAD/scripts/init_settings.py", line 194, in get_all_dc_names
ldap_search = LDAPSearch(domain)
File "/home/polo/WatchAD/tools/LDAPSearch.py", line 24, in init
auto_bind=True)
File "/usr/local/lib/python3.6/dist-packages/ldap3/core/connection.py", line 321, in init
self.do_auto_bind()
File "/usr/local/lib/python3.6/dist-packages/ldap3/core/connection.py", line 349, in do_auto_bind
raise LDAPBindError(self.last_error)
ldap3.core.exceptions.LDAPBindError: automatic bind not successful - invalidCredentials
Traceback (most recent call last): File "WatchAD.py", line 159, in
main()
File "WatchAD.py", line 145, in main
install(domain=options.domain, server=options.server, user=options.username, password=options.password)
File "WatchAD.py", line 35, in install
get_all_dc_names(domain)
File "/home/polo/WatchAD/scripts/init_settings.py", line 194, in get_all_dc_names
ldap_search = LDAPSearch(domain)
File "/home/polo/WatchAD/tools/LDAPSearch.py", line 24, in init
auto_bind=True)
File "/usr/local/lib/python3.6/dist-packages/ldap3/core/connection.py", line 321, in init
self.do_auto_bind()
File "/usr/local/lib/python3.6/dist-packages/ldap3/core/connection.py", line 349, in do_auto_bind
raise LDAPBindError(self.last_error)
ldap3.core.exceptions.LDAPBindError: automatic bind not successful - invalidCredentials