I\'ve been pulling my hair out trying to send a request to update my own password via a script. here is the code:
#!/usr/bin/python3.5 from ldap3 import Server,
Try with ldaps:// instead of ldap://. or dont use the scheme at all and pass use_ssl=True in the Server definition. AD connection must use ssl to modify the password.