Issue #872 has been updated by artur kon.
in /var/log/apache2/ssp_error.log
[Tue Aug 23 08:40:56.095544 2016] [:error] [pid 3171] [client IP:40536] PHP
Fatal error: Uncaught Error: Call to undefined function utf8_decode() in
/path/self-service-password/lib/functions.inc.php:167\nStack trace:\n#0
/path/self-service-password/pages/change.php(176):
check_password_strength('newpass', 'oldpass', Array)\n#1
/app/self-service-password/index.php(151): include('/app/self-servi...')\n#2
{main}\n thrown in /path/self-service-password/lib/functions.inc.php on line
167, referer: http://IP:8100/index.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