Issue #872 has been updated by Clément OUDOT.
You need to install PHP XML to have utf8_decode function: http://php.net/manual/en/function.utf8-decode.php ---------------------------------------- Bug #872: Can not change password http://tools.lsc-project.org/issues/872 Author: artur kon Status: New Priority: Normal Assigned to: Category: Self Service Password Target version: Environment: - Ubuntu 16.04.1 LTS - LDAP - open port: 1389(allows StartTLS), 1639(LDAPS) - both, on the same host - configure $ldap_url = "ldap://localhost:1389"; $ldap_starttls = false; $ldap_binddn = "user"; $ldap_bindpw = "pass"; $ldap_base = "o=test"; $ldap_login_attribute = "uid"; $ldap_fullname_attribute = "cn"; $ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))"; I'm connected to LDAP, but I can not change the password. E.G. fig. pic1.png show that I have connection between LDAP and self-service password, because LDAP return that I have wrong password fig. pic2.png show that I change the password but did not show that "password was changed". When I connect to other pages which use LDAP I must use old password. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
