[horde] Logging problem

Martin Kotas martin.kotas at muor.cz
Fri Jan 14 00:04:07 PST 2005


When I want to log horde I have in syslog :

Jan 14 08:34:31 proxy HORDE3[2502]: [horde] Login success for 089 
[xxx.xx.xxx.xxx] to Horde [on line 76 of "/home/www/horde-cvs/login.php"]

then I must sign log name and password again and again I never succes 
enter to horde every time I have only login window. I thing that I have 
configure session and cookies
in right maybe.

Here is my config file.

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.70 2004/12/02 00:52:28 chuck Exp $
$conf['debug_level'] = E_ERROR;
$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'] = '/var/sessions';
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['persistent'] = false;
$conf['sql']['protocol'] = 'unix';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde2';
$conf['sql']['password'] = 'xxxxxx';
$conf['sql']['database'] = 'horde2';
$conf['sql']['charset'] = 'iso-8859-2';
$conf['auth']['admins'] = array('Administrator', 'horde_admin');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['hostspec'] = 'proxy';
$conf['auth']['params']['basedn'] = 'dc=muor,dc=cz';
$conf['auth']['params']['binddn'] = 
'uid=usersbrowser,ou=Special,dc=muor,dc=cz';
$conf['auth']['params']['password'] = 'xxxxx';
$conf['auth']['params']['version'] = '3';
$conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['objectclass'] = array('person');
$conf['auth']['params']['filter_type'] = 'objectclass';
$conf['auth']['driver'] = 'ldap';
$conf['signup']['allow'] = false;
$conf['signup']['approve'] = false;
$conf['signup']['preprocess'] = false;
$conf['signup']['queue'] = false;
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE3';
$conf['log']['params'] = array();
$conf['log']['name'] = local4;
$conf['log']['type'] = 'syslog';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['driver'] = 'file';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['host'] = '127.0.0.1';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['localhost'] = 'horde3';
$conf['mailer']['params']['auth'] = false;
$conf['mailer']['type'] = 'smtp';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['params']['persistent'] = false;
$conf['sessionhandler']['params']['protocol'] = 'unix';
$conf['sessionhandler']['params']['hostspec'] = 'localhost';
$conf['sessionhandler']['params']['username'] = 'horde2';
$conf['sessionhandler']['params']['password'] = '2edroh';
$conf['sessionhandler']['params']['database'] = 'horde2';
$conf['sessionhandler']['type'] = 'mysql';
$conf['problems']['email'] = 'root at muor.cz';
$conf['menu']['always'] = true;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['options'] = 'all';
$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. */

>Bombs? Can you be more specific?
>If you mean you just get bounced back to a login page, then it make be 
>session configuration issue, or you may need to alter your cookies 
>paths/domains in the horde configuration.
>
>  
>
>>Thank You,
>>
>>--H. Scott Brown
>>
>>**************************************
>>
>>H. Scott Brown
>>    
>>
>
>
>
>  
>




More information about the horde mailing list