[Tickets #4945] Slow login authentication -- any auth type
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 25 23:39:24 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4945
-----------------------------------------------------------------------
Ticket | 4945
Created By | mstanisl at emich.edu
Summary | Slow login authentication -- any auth type
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
mstanisl at emich.edu (2007-01-25 23:39) wrote:
When logging into Horde 3.2-cvs, there is about a 15 second lag between
submitting authentication information and actually being logged in. This
is true for any authentication type, even the included 'Administrator'
stock login. I have also tried with LDAP and FTP, same result of 15 second
login time.
Using a series of system('date'); print outs, I narrowed it down within
the login.php file to the area where the authentication instance is called
to verify credentials.
if ($auth->authenticate(Util::getPost('horde_user'), array('password' =>
Util::getPost('horde_pass'))))
This execution is where the 15 second delay occurs for sure. Where inside
of the Auth class it goes wild, is beyond me.
FreeBSD 6.2-Stable, Apache 2.2.4, PHP 5.2.0
More information about the bugs
mailing list