[horde] Fwd: Horde Login Problem

Johnny Mirza johnny.mirza at gmail.com
Thu Oct 20 19:37:05 PDT 2005


Hi,
 I have finnally got the Horde Framework running on a RHEL3 machine, but I
cannot log in. Tried changing authenticaition types but still no luck.
 I dont really care what type of authentication i use, just need one type
that will work.
 i'm getting this error message
 ct 21 11:51:03 HORDE [error] [horde] FAILED LOGIN for xxxx [xx.xx.xx.xx] to
Horde [on line 95 of "/var/www/html/horde/login.php"]
 horde conf.php file
 <?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.13 <http://1.74.2.13> 2005/07/16
10:36:59 jan Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = false;
$conf['sql']['hostspec'] = '172.19.5.162 <http://172.19.5.162>';
$conf['sql']['username'] = 'root';
$conf['sql']['port'] = 3306;
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['database'] = 'mail';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('Administrator');
$conf['auth']['checkip'] = true;
$conf['auth']['params'] = array ('username' => 'Administrator');
$conf['auth']['params']['lock'] = false;
$conf['auth']['driver'] = 'auto';
$conf['signup']['allow'] = false;
$conf['signup']['approve'] = true;
$conf['signup']['preprocess'] = false;
$conf['signup']['queue'] = false;
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';$conf['cache']['params']['dir'] =
Horde::getTempDir();
$conf['cache']['driver'] = 'file';
$conf['token']['driver'] = 'none';
$conf['mailer']['type'] = 'null';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['vfs']['type'] = 'file';
$conf['sessionhandler']['type'] = 'none';
$conf['problems']['email'] =
'webmaster at example.com'<%27webmaster at example.com%27>
;
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['kolab']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
 I've also tried to install horde on FC4 with php5 and still have the same
issue
Any help on this will be great,


More information about the horde mailing list