Issue #872 has been updated by artur kon.

if we use php 7.0 we should install
sudo apt-get install php7.0-xml
sudo apt-get install libapache2-mod-php


But I have problem with mail. I am change configuration for mail, I install 
sendmail and the logs is:

[Tue Aug 23 09:40:43.358882 2016] [:error] [pid 8932] [client IP:43126] Send 
reset URL 
http://IP:8100/index.php?action=resetbytoken&token=44:9ATcaqJhMUsNF4LoQ/Yv6GxUyC704xmG64Br8UkO8Go=5KRJyI4dfSc2fWxDPPwzaQZlMg8r7LLgOQU=,
 referer: http://IP:8100/index.php?action=sendtoken
[Tue Aug 23 09:42:04.022984 2016] [:error] [pid 8861] [client IP:43094] Error 
while sending token to [email protected] (user test), referer: 
http://IP:8100/?action=sendtoken
[Tue Aug 23 09:42:24.053360 2016] [:error] [pid 8860] [client IP:43120] Error 
while sending token to [email protected] (user test), referer: 
http://IP:8100/?action=sendtoken
[Tue Aug 23 09:42:43.757642 2016] [:error] [pid 8932] [client IP:43126] Error 
while sending token to [email protected] (user test), referer: 
http://IP:8100/index.php?action=sendtoken

On the web page I can see:
Error when sending confirmation email



----------------------------------------
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

Reply via email to