[horde] horde authentication

Charles Robinson crobins at proexam.org
Sat Jan 4 10:23:06 PST 2003


Your params look fine, but your auth needs work.
How to you want users of horde to be validated?
imap maybe or let imp auth & use application.
If you truly want sql to auth place auth rules into conf.
Your driver has no idea how to auth the user.

$conf['prefs']['params']['phptype']
change to
$conf['auth']['params']['phptype']
-Hope this helps
Charles

On Sat, 4 Jan 2003, cyko wrote:

> I'm receiving the following error when trying to log into Horde:
>
> A fatal error has occurred:
> Required 'phptype' not specified in authentication configuration.
> [line 89 of /usr/local/www/mail/horde/lib/Auth/sql.php]
> Details have been logged for the administrator.
>
> my horde.conf file appears as follows:
>
> $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'] = 'blah';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
> The database was setup properly using .sql file in scripts/db and I can
> connect fine to the database through console.
>
> Any assistance would be appreciate.  I'd be more than happy to supply more
> information if I've seemed to leave anything important out.
>
> Thank you.
>
> --
> 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