[Kolab-devel] [issue4467] Imp logout slow w. Nag/Kronolith error: NO, Login failed: authentication failure

Arvid Requate issues at kolab.org
Wed Jul 14 11:06:30 CEST 2010


New submission from Arvid Requate <requate at univention.de>:

The attached patch fixes a delay in the response from imp/login.php ( built from
 http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-webclient/imp/?only_with_tag=HEAD based on imp-4.3.6)

The delay is related to the following error messages in the horde3.log :
  HORDE [error] [kronolith] NO, Login failed: authentication failure
  HORDE [error] [nag] NO, Login failed: authentication failure
These error messages reproducably appear on logout and can be traced back to the
call 
  $notification->notify(array('listeners' => 'status'));
in imp/login.php which results in a call to Horde_Auth::listAlarms without an
authenticated $user . This seems to cause (slow) PEAR_Errors in listShares calls
in the Kronolith and Nag callback functions (Maybe this is more an error in
upstream horde-3.3.6 ?)

A possibly related report can be found here:
http://marc.info/?l=horde&m=123282849125819&w=2

----------
files: t_horde_alarm_HK_UV_fix_listAlarms_authentication_failure_slowness.diff
keyword: patch, web client
messages: 25730
nosy: bernhard, requate, thomas, wilde, wrobel
priority: bug
status: unread
title: Imp logout slow w. Nag/Kronolith error: NO, Login failed: authentication failure

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4467>
______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t_horde_alarm_HK_UV_fix_listAlarms_authentication_failure_slowness.diff
Type: text/x-diff
Size: 1823 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20100714/4518b7b1/attachment.bin>


More information about the devel mailing list