[horde] Cannot login to Horde
Etienne Goyer
etienne.goyer at linuxquebec.com
Fri Sep 26 12:43:56 PDT 2003
These are for prefs, not auth. Read the comment closer. Depending on
the authentication scheme you want to use, you have to uncomment the
section
$conf['auth']['params']['phptype'] = 'mysql';
^^^^
if you want to use authentication from a MySQL table, and run the table
creation scripts in horde/scripts/db, or uncomment :
$conf['auth']['driver'] = 'application';
$conf['auth']['params']['app'] = 'imp';
if you want to authenticate against IMP, in which case you will need to
configure IMP properly (include servers.php).
You *really* need to read the documentation. Check horde/docs and
horde/imp/docs. Also, read and pay attention to comments in config file.
On Fri, Sep 26, 2003 at 07:10:52PM +0000, - wrote:
> I uncommented these lines in horde.php:
>
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = '*****';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
>
> >Have you configured Horde/IMP ? You *NEED* to edit files in
> >horde/config and horde/imp/config directory.
>
> On Fri, Sep 26, 2003 at 03:15:44PM +0000, - wrote:
> > Hi, when logging in to Horde I'm just thrown back to the login screen without reason given, Any help would be appreciated.
> > Mysql 3.23.49 , Apache 2, W2k
> > Horde System Capabilities Test, PHPINFO, IMP System Capabilities Test Follows:
> > [snip]
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
--
Etienne Goyer Linux Québec Technologies Inc.
http://www.LinuxQuebec.com etienne.goyer at linuxquebec.com
More information about the horde
mailing list