Roundcube Community Forum

SVN Releases => Issues & Bugs => Pending => Topic started by: Jack! on January 07, 2011, 10:40:19 AM

Title: Loginproblem with trunk versions after 4385
Post by: Jack! on January 07, 2011, 10:40:19 AM
If I use the newest trunk version (4398 at the moment) I can't login anymore. On the login screen it shows shortly error "Login failure" and that's it. Nothing in the log file. If I use trunk 4385 there's no problem at all.

If I use trunk 4398 and replace file "\program\include\rcube_imap_generic.php" from this version with the same file from trunk 4385, I can login again. Problem gone. Probably an issue with the "improved get_capability() syntax"? Am I overlooking something?
Title: Loginproblem with trunk versions after 4385
Post by: SKaero on January 07, 2011, 12:12:08 PM
Enable imap_debug and post the log here.
Title: Loginproblem with trunk versions after 4385
Post by: alec on January 07, 2011, 03:28:23 PM
and what do you have in imap_auth_type option.
Title: Loginproblem with trunk versions after 4385
Post by: Jack! on January 07, 2011, 05:11:46 PM
Quote from: skaero;32286
Enable imap_debug and post the log here.


If I enable imap_debug, the following entries can be seen in the imap logfile (using trunk 4398):
Code: [Select]
[07-Jan-2011 22:57:01 +0100]: S: * OK IMAPrev1
[07-Jan-2011 22:57:01 +0100]: C: A0001 CAPABILITY
[07-Jan-2011 22:57:01 +0100]: S: * CAPABILITY IMAP4 IMAP4rev1 CHILDREN IDLE QUOTA SORT ACL NAMESPACE RIGHTS=texk
[07-Jan-2011 22:57:01 +0100]: S: A0001 OK CAPABILITY completed
[07-Jan-2011 22:57:01 +0100]: C: A0002 LOGOUT
[07-Jan-2011 22:57:01 +0100]: S: * BYE Have a nice day
[07-Jan-2011 22:57:01 +0100]: S: A0002 OK Logout completed


Quote from: alec;32287
and what do you have in imap_auth_type option.

'imap_auth_type' has still the default value:
Code: [Select]
$rcmail_config['imap_auth_type'] = null;
Title: Loginproblem with trunk versions after 4385
Post by: alec on January 08, 2011, 03:38:10 AM
Fixed in r4399.
Title: Loginproblem with trunk versions after 4385
Post by: Jack! on January 08, 2011, 04:46:27 AM
Quote from: alec;32293
Fixed in r4399.

Confirmed. Thanks!