[horde] can horde 2.1 work without using imp?
Wo Chang
wchang at nist.gov
Wed Jul 10 10:28:35 PDT 2002
Thanks to all, I can login to horde now!
--Wo
----- Original Message -----
From: "Darius Matuliauskas" <darius at lnk.lt>
To: <horde at lists.horde.org>
Sent: Tuesday, July 09, 2002 5:43 PM
Subject: Re: [horde] can horde 2.1 work without using imp?
> > Quoting Wo Chang <chang at nist.gov>:
> >
> > > Do I suppose insert some values for the horde_users table first?
> > > Otherwise there is nothing in there. However, even I added a record
> > > to the horde_user table, I still can't login. Somehow
> > > horde/lib/Auth.php::checkAuth always return false.
> >
> > Run the password through php's md5() function before inserting it into the
> > table, and you should be all set.
> >
> > -chuck
>
>
> And, as Wo quoted earlier, he has wrong table set for horde authentication:
>
> $conf['auth']['params']['phptype'] = 'mysql';
> $conf['auth']['params']['hostspec'] = 'localhost';
> $conf['auth']['params']['username'] = 'xxxxx';
> $conf['auth']['params']['password'] = 'zzzzz';
> $conf['auth']['params']['database'] = 'horde';
> $conf['auth']['params']['table'] = 'horde_prefs';
>
> You should change the last line to
> $conf['auth']['params']['table'] = 'horde_users';
>
> After chuck's suggestion and this, you should definitely be fine.
>
> Darius.
>
> --
> 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