[horde] Login Problems - Base Horde Module

Ahmed El-Daly daly1 at hotmail.com
Thu Nov 27 21:32:28 PST 2003


SOLVED :) At last

It worked after I deleted the horde_users table and recreated it by
running the horde/scripts/db/auth.sql file

After that I got the sweet Welcome, test page!! Installing and
configuring IMP after that was uneventful.

Thanks all and hope this helps any frustrated souls out there.

-----Original Message-----
From: horde-bounces at lists.horde.org
[mailto:horde-bounces at lists.horde.org] On Behalf Of David B
Sent: November 26, 2003 03:47
To: horde at lists.horde.org
Subject: Re:[horde] Login Problems - Base Horde Module

seems to me it says in horde/lib/Auth/sql.php

that 'protocol' -- The communication protocol ('tcp', 'unix', etc.)  is
a required param.


***/// a portion of the original follows:

Date: Tue, 25 Nov 2003 03:23:38 -0500
From: "Ahmed El-Daly" <daly1 at hotmail.com>
Subject: [horde] Login Problems - Base Horde Module
To: <horde at lists.horde.org>
Message-ID: <002601c3b32d$6d8e7a20$44fbfea9 at Masr>
Content-Type: text/plain;	charset="us-ascii"

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';






-- 
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org



More information about the horde mailing list