[Tickets #10680] Re: Authentication via IMP does fail for some passwords while using IMAP directly does work
bugs at horde.org
bugs at horde.org
Fri Feb 10 18:54:38 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10680
------------------------------------------------------------------------------
Ticket | 10680
Aktualisiert Von | tkrah at fachschaft.imn.htwk-leipzig.de
Zusammenfassung | Authentication via IMP does fail for some passwords while
| using IMAP directly does work
Warteschlange | Kronolith
Version | Git master
Typ | Bug
Status | Assigned
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Jan Schneider, Michael Slusarz
------------------------------------------------------------------------------
tkrah at fachschaft.imn.htwk-leipzig.de (2012-02-10 18:54) hat geschrieben:
Some Update/Workaround i've found so far:
In /usr/share/php/Horde/Imap/Client/Base.php it does help to comment
out the encryption stuff:
175 // Encrypt password.
176 /*
177 try {
178 $encrypt_key = $this->_getEncryptKey();
179 if (strlen($encrypt_key)) {
180 $secret = new Horde_Secret();
181 $this->_params['password'] =
$secret->write($encrypt_key, $this->_params['password']);
182 $this->_params['_passencrypt'] = true;
183 }
184 } catch (Exception $e) {}
185 */
After this things work - althoug the password won't be encrypted
anymore in the session. But if this does help, Horde_Secret stuff must
be the cause. Anyone an idea what may be happen here?
More information about the bugs
mailing list