[horde] Login Problems - Base Horde Module
Ahmed El-Daly
daly1 at hotmail.com
Tue Nov 25 00:23:38 PST 2003
Hi,
I am writing this email after spending 2 12 hour days trying to make
this work. I am having a problem which I see many people seem to have
had, but none of the solutions worked for me. Whenever I try logging in,
I come back to the login sreen.
I am running mySQL and I have included my horde.php file here. I read a
post about problems with mySQL and md5 encypted passwords, so I set the
password for horde to blank.
Any help would be very appreciated.
<?php
/*
* $Horde: horde/config/horde.php.dist,v 1.47.2.33 2003/05/19 17:56:12
slusarz Exp $
*/
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['session_name'] = 'Horde';
$conf['cache_limiter'] = 'nocache';
$conf['session_timeout'] = 0;
$conf['use_ssl'] = 2;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['tmpdir'] = null;
$conf['auth']['driver'] = 'sql';
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
$conf['log']['enabled'] = true;
$conf['log']['type'] = 'file';
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['priority'] = LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['prefs']['driver'] = 'none';
$conf['prefs']['params'] = array();
$conf['cache']['driver'] = 'none';
$conf['cache']['params'] = array();
$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array();
$conf['vfs']['type'] = 'file';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['sessionhandler']['type'] = 'none';
$conf['problems']['enabled'] = false;
$conf['problems']['email'] = 'webmaster at example.com';
$conf['user']['online_help'] = true;
$conf['css']['cached'] = true;
$conf['menu']['floating_bar'] = false;
More information about the horde
mailing list