[Tickets #11791] Horde_Auth_Ldap::updateUser() calls Horde_Ldap::modify() with incorrect arguments
bugs at horde.org
bugs at horde.org
Thu Nov 29 22:21:49 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/11791
------------------------------------------------------------------------------
Ticket | 11791
Erstellt Von | bts.to.FrankEngler at spamgourmet.com
Zusammenfassung | Horde_Auth_Ldap::updateUser() calls Horde_Ldap::modify()
| with incorrect arguments
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch | 1
Zuständige |
------------------------------------------------------------------------------
bts.to.FrankEngler at spamgourmet.com (2012-11-29 22:21) hat geschrieben:
Horde_Ldap::modify($entry, $parms) require $params to be an
array('action' => array('attribute1' => array('val1'))).
Horde_Auth_Ldap::updateUser() calls Horde_Ldap::modify() with its own
$entry as 2nd argument. This $entry is an array('attribute1' => 'val1').
In consequence no action is forwarded to Horde_Ldap::modify() an no
modification is done at all.Despite that a successfull change is
returned to the user.
bts.to.FrankEngler at spamgourmet.com (2012-11-29 22:21) hat hochgeladen:
0001-Fix-missing-action-in-entry.patch
http://bugs.horde.org/h/services/download/?module=whups&actionID=download_file&file=0001-Fix-missing-action-in-entry.patch&ticket=11791&fn=%2F0001-Fix-missing-action-in-entry.patch
More information about the bugs
mailing list