Package: php-horde-passwd Version: 5.0.2-3 Severity: important Tags: patch
Dear maintainer,
the Horde passwd add-on fails to change passwords for the Kolab backend.
The patch is simple... (change $old_password -> $oldpass).
--- a/passwd/lib/Driver/Kolab.php 2015-03-17 15:54:42.000000000 +0000
+++ b/passwd/lib/Driver/Kolab.php 2015-03-17 15:54:59.000000000 +0000
@@ -73,7 +73,7 @@
$userdn = ldap_get_dn($ds, $entry);
// Connect as the user.
- $result = @ldap_bind($ds, $userdn, $old_password);
+ $result = @ldap_bind($ds, $userdn, $oldpass);
if (!$result) {
throw new Passwd_Exception(_("Incorrect old password."));
}
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: [email protected], http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
pgpyLd1c82nBF.pgp
Description: Digitale PGP-Signatur

