6.0.0-alpha12
6/9/25

[#12331] Error in LDAP driver for passwd
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

History
06/11/2013 11:43:10 AM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 5.0.1
 
06/11/2013 11:42:39 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

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
06/10/2013 06:18:55 PM laurent_roudier (at) yahoo (dot) fr Comment #1
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Error in LDAP driver for passwd
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
I'am not sure, but I think I found a Bug in the LDAP driver of passwd 
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)

Saved Queries