Summary | Error in LDAP driver for passwd |
Queue | Passwd |
Queue Version | 5.0.0 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | jan (at) horde (dot) org |
Requester | laurent_roudier (at) yahoo (dot) fr |
Created | 06/10/2013 (4382 days ago) |
Due | |
Updated | 06/11/2013 (4381 days ago) |
Assigned | |
Resolved | 06/11/2013 (4381 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5.0.1 |
Patch | No |
State ⇒ Resolved
Milestone ⇒ 5.0.1
commit a6cc00a83599434e441b824050248a2b7334b2cd
Author: Jan Schneider <jan@horde.org>
Date: Tue Jun 11 13:40:00 2013 +0200
[jan] Fix user name parameter in LDAP driver (
Bug #12331).passwd/docs/CHANGES | 1 +
passwd/lib/Driver/Ldap.php | 4 ++--
passwd/package.xml | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a6cc00a83599434e441b824050248a2b7334b2cd
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Error in LDAP driver for passwd
Type ⇒ Bug
State ⇒ Unconfirmed
application (version 5.0.0)
In the file " / passwd / lib / Driver / Ldap.php"
Line : 97
protected function _changePassword($user, $oldpass, $newpass)
must be change by
protected function _changePassword($username, $oldpass, $newpass)