Python LDAP change password has no effect
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The domain was ldap://the_domain:389. But it couldn’t work because I had to use the secured server: ldaps and not ldap, port 636 and not 389.
So I changed LDAP_SERVER to ldaps://the_domain:636