[horde] problem with authentication.
Sijis Aviles
sijis at ruizbelvis.org
Tue Apr 29 22:48:24 PDT 2003
I'm trying to setup horde so I can later install chora.
Currently I'm having a problem authenticating a user.
when I try to log in, i get this error:
A fatal error has occurred:
Required 'phptype' not specified in authentication configuration.
[line 97 of /var/www/horde/lib/Auth/sql.php]
Details have been logged for the administrator.
These are the settings I currently have for the /horde/config/horde.php
$conf['auth']['driver'] = 'sql';
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'horde';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
everything else is the default. I have noticed this though, if i change
$conf['auth']['driver'] = 'sql'; to 'ftp', I can log in, but I don't see
anything else besides welcome user and logout.
I'm using mysql as my database. I used the
\horde\scripts\db\mysql_create.sql to create the tables and the fields. In
the 'horde_users' table i added a user with username/password: 'test',
'test'.
is there something i'm doing wrong and/or missing?
thanks.
sijis
More information about the horde
mailing list