Summary | Login problem |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | kolb (at) bitlab (dot) hu |
Created | 02/04/2006 (7132 days ago) |
Due | |
Updated | 02/05/2006 (7131 days ago) |
Assigned | |
Resolved | 02/05/2006 (7131 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Login problem
Queue ⇒ Horde Framework Packages
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