Open ghost opened 7 years ago
I just saw where the error is provocated. It is a documentation mistake, sorry.
Domain controllers must be written with URI format (ldap://fqdn/ or ldaps://fqdn/)
Example:
dataConnection = {
"dcs" : ["ldap://ugr-dc.yass.ru/"],
"username" : "svc@yass.ru",
"password" : "gFD7dghfghf"
}
or, If you are using SSL over LDAP
dataConnection = {
"dcs" : ["ldap://ugr-dc.yass.ru/"],
"username" : "svc@yass.ru",
"password" : "gFD7dghfghf"
}
Later I will correct the documentation.
Thank you for advising me about that.
Thank you!
Hello. My script
Error
python-ldap installed OS Ubuntu 14.04 python 2.7