[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
       
    Tue Nov  8 06:17:46 UTC 2011
    
    
  
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10680
------------------------------------------------------------------------------
  Ticket             | 10680
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Authentication via IMP does fail for some passwords
                     | while using IMAP directly does work
  Queue              | Kronolith
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-11-07 23:17) wrote:
> Debugged things but inserted the line 102, because the check:
>
> if (!$imp_imap->ob)
>
> is false.
>
> The password is what i expect, but the raw imaplog does not show  
> those password or the login command. The imap server does still deny  
> authentication (and raw logs from dovecot) are showing "garbage" as  
> password, not what the user entered above.
It almost looks as if the cached imap object is being incorrectly  
generated.  Right before the "if (!$imp_imap->ob)" line, insert a  
debug statement:
Horde::debug($imp_imap->ob)
And report the debug output back here.
    
    
More information about the bugs
mailing list