Summary | horde-alarms tries IMAP-Login with no password |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | michael (at) bigmichi1 (dot) de |
Created | 05/14/2011 (5115 days ago) |
Due | |
Updated | 05/14/2011 (5115 days ago) |
Assigned | |
Resolved | 05/14/2011 (5115 days ago) |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug #9733.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ horde-alarms tries IMAP-Login with no password
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
called i got many entries in horde.log file like this one:
2011-05-14T12:16:41+02:00 INFO: HORDE [imp] FAILED LOGIN for
root@bigmichi1.de (Horde user root@xxx.de) [] to {localhost:143
[imap]} [pid 3121 on line 178 of "/var/www/horde4/imp/lib/Auth.php"]
also this happens when i run it manually
i have done a stacktrace print when the message is logged. an there i
see that the cridentials:
[...]
[1] => Array
(
[file] => /var/www/horde4/imp/lib/Auth.php
[line] => 136
[function] => authenticate
[class] => IMP_Auth
[type] => ::
[args] => Array
(
[0] => Array
(
[userId] => root@xxx.de
[password] =>
[server] => advanced
)
)
)
[...]