Issue #872 has been updated by artur kon.
sudo apt-get install sendmail - in php.ini SMTP = localhost smtp_port = 25 ; sendmail_from = [email protected] sendmail_path ="/usr/sbin/sendmail -t -i" mail.force_extra_parameters = [email protected] mail.add_x_header = On ;mail.log = syslog in log: [Tue Aug 23 10:39:16.560688 2016] [:error] [pid 11089] [client IP:47450] Send reset URL http://IP:8100/index.php?action=resetbytoken&token=44:1gbfHPVPxIwnpX5dO6thnIxmDxPaE6jy68+WbsHKxnM=zbhU9nhSPjeuRr7+RN7QpbOr0HTZoIxoZVc=, referer: http://IP:8100/index.php?action=sendtoken [Tue Aug 23 10:41:16.948121 2016] [:error] [pid 11089] [client IP:47450] Error while sending token to [email protected] (user test), referer: http://IP:8100/index.php?action=sendtoken ---------------------------------------- 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
