[horde] HORDE AUTHENTICATION
diego at capstonecareers.org
diego at capstonecareers.org
Fri Feb 14 14:54:44 PST 2003
I did use md5.
This is the error I get now when I try to login with admin/admin:
A fatal error has occurred:
Required 'phptype' not specified in authentication configuration.
[line 96 of /usr/local/apache2/htdocs/horde/lib/Auth/sql.php]
Details have been logged for the administrator.
Any ideas?
On Fri, 14 Feb 2003 s-beutel at gmx.de wrote:
> > I have this line in the config/horde.php:
> >
> > $conf['auth']['driver'] = 'sql';
> >
> > I have created an entry in the table horde_users:
> > mysql> select * from horde_users;
> > +----------+----------------------------------+
> > | user_uid | user_pass |
> > +----------+----------------------------------+
> > | admin | 21232f297a57a5a743894a0e4a801fc3 |
> > +----------+----------------------------------+
> >
> How did you encrypt the user_pass?`Don't use mysql's passwd function use md5
> instead.
>
> Sebastian
>
More information about the horde
mailing list