[horde] : Re: horde login error

Santhosh Kumar A santhoshksfeltd at yahoo.co.in
Fri Jan 16 08:17:55 UTC 2009


My conf.php is enclosed.Pls check if anything is incorrect here.

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.81 2008/11/27 05:29:45 chuck Exp $
$conf['vhosts'] = false;
$conf['debug_level'] = debug;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = true;
$conf['secret_key'] = '5465df655ab310c1c99beee1c4f24df4d420965d';
$conf['umask'] = 077;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['urls']['token_lifetime'] = 30;
$conf['urls']['hmac_lifetime'] = 30;
$conf['urls']['pretty'] = false;
$conf['safe_ips'] = array();
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$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']['username'] = 'horde';
$conf['sql']['password'] = 'mysql-user-horde';
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf-8';
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('horde');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['protocol'] = 'unix';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'mysql-user-horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['query_auth'] = 'SELECT * FROM horde_users WHERE user_uid = \L AND user_pass = MD5(\P);';
$conf['auth']['params']['query_add'] = 'INSERT INTO horde_users (user_uid,user_pass) VALUES (\L, MD5(\P))';
$conf['auth']['params']['query_getpw'] = 'SELECT user_pass FROM horde_users WHERE user_uid = \L;';
$conf['auth']['params']['query_update'] = 'UPDATE horde_users SET user_uid = \L WHERE user_uid = \O) LIMIT 1';
$conf['auth']['params']['query_resetpassword'] = 'UPDATE horde_users SET user_pass = MD5(\P) WHERE user_uid = \L;';
$conf['auth']['params']['query_remove'] = 'DELETE FROM horde_users WHERE user_uid = \L;';
$conf['auth']['params']['query_list'] = 'SELECT * FROM horde_users;';
$conf['auth']['params']['query_exists'] = 'SELECT 1 FROM horde_users WHERE user_uid = \L;';
$conf['auth']['params']['encryption'] = 'crypt-md5';
$conf['auth']['params']['show_encryption'] = false;
$conf['auth']['driver'] = 'customsql';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['persistent'] = false;
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'mysql-user-horde';
$conf['prefs']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['prefs']['params']['protocol'] = 'unix';
$conf['prefs']['params']['database'] = 'mysql';
$conf['prefs']['params']['charset'] = 'utf-8';
$conf['prefs']['params']['splitread'] = false;
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['driverconfig'] = 'custom';
$conf['prefs']['driver'] = 'sql';
$conf['alarms']['params']['driverconfig'] = 'horde';
$conf['alarms']['params']['ttl'] = 300;
$conf['alarms']['driver'] = 'sql';
$conf['datatree']['params']['persistent'] = false;
$conf['datatree']['params']['username'] = 'horde';
$conf['datatree']['params']['password'] = 'mysql-user-horde';
$conf['datatree']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['datatree']['params']['protocol'] = 'unix';
$conf['datatree']['params']['database'] = 'horde';
$conf['datatree']['params']['charset'] = 'utf-8';
$conf['datatree']['params']['splitread'] = false;
$conf['datatree']['params']['phptype'] = 'mysql';
$conf['datatree']['params']['table'] = 'horde_datatree';
$conf['datatree']['params']['table_attributes'] = 'horde_datatree_attributes';
$conf['datatree']['params']['driverconfig'] = 'custom';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driverconfig'] = 'horde';
$conf['group']['driver'] = 'sql';
$conf['group']['cache'] = false;
$conf['perms']['driverconfig'] = 'horde';
$conf['perms']['driver'] = 'sql';
$conf['share']['no_sharing'] = false;
$conf['share']['any_group'] = false;
$conf['share']['cache'] = false;
$conf['share']['driver'] = 'sql';
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['sub'] = 0;
$conf['cache']['driver'] = 'file';
$conf['lock']['params']['driverconfig'] = 'horde';
$conf['lock']['driver'] = 'sql';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['mailformat']['brokenrfc2231'] = false;
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['type'] = 'none';
$conf['sessionhandler']['memcache'] = false;
$conf['problems']['email'] = 'webmaster at example.com';
$conf['problems']['maildomain'] = 'example.com';
$conf['problems']['tickets'] = false;
$conf['problems']['attachments'] = true;
$conf['menu']['apps'] = array();
$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']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['hooks']['groupldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['accounts']['driver'] = 'null';
$conf['user']['verify_from_addr'] = false;
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
$conf['memcache']['enabled'] = false;

Once again thanks for you support.


Manilal K M <libregeek at gmail.com> wrote: 2009/1/16 Santhosh Kumar A :
>
> I have configured the authentication tab by selecting imap authentication.
> protocol selected is  imap/tls
> I configured the dovecot from checking the users from horde_users  and it works fine.I can login to imap server using telnet localhost 143.
> I have made dovecot authentication from horde sql database ie from horde_userrs table.Is that OK?
> Iam using horde groupmail latest version(stable).I think its 1.2.1
> But my problem exists.Is there any way to get the exact error message in horde.
> At present iam using priority=debug

Change the settings in the *Logging* tab. You can get the complete log messages.

-- 
Manilal K M : മണിലാല്‍ കെ എം.
http://libregeek.blogspot.com


       
---------------------------------
 Add more friends to your messenger and enjoy!  Invite them now.


More information about the horde mailing list