[Tickets #3407] NEW: Login problem
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Feb 4 07:59:02 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3407
-----------------------------------------------------------------------
Ticket | 3407
Created By | kolb at bitlab.hu
Summary | Login problem
Queue | Horde Framework Packages
Version | FRAMEWORK_3
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
kolb at bitlab.hu (2006-02-04 07:58) wrote:
Horde displays the login screen over and over again.
In the log I see the successful login:
Feb 04 16:43:49 HORDE [notice] [horde] Login success for kolb [10.244.4.22]
to Horde [on line 76 of "/projects/httpd/html/horde/login.php"]
My auth settings:
$conf['auth']['admins'] = array('kolb');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['hostspec'] = 'nest.bitlab.hu';
$conf['auth']['params']['port'] = 143;
$conf['auth']['params']['protocol'] = 'imap';
$conf['auth']['params']['imapconfig'] = 'separate';
$conf['auth']['driver'] = 'imap';
The login is successful, but for some reason the login screen appears again.
It worked with the default auth settings:
$conf['auth']['admins'] = array('Administrator');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['username'] = 'Administrator';
$conf['auth']['params']['requestuser'] = false;
$conf['auth']['driver'] = 'auto';
Upon successful login login.php redirects the browser to index.php which in
turn redirects the browser to login.php (the inital_page defined in
config/registry.php). I use the latest stable version of horde.
Best regards, Zoltan
More information about the bugs
mailing list