[horde] HORDE AUTHENTICATION
diego at capstonecareers.org
diego at capstonecareers.org
Fri Feb 14 12:35:29 PST 2003
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 |
+----------+----------------------------------+
But still admin/admin is not working.
Thanks.
Diego
On Fri, 14 Feb 2003, Martin Lohmeier wrote:
> diego at capstonecareers.org wrote:
>
> > Do I have to create an account? How do I do that?
>
> Hi,
>
> this depends on your configuration. Have a look in config/horde.php and
> search for "$conf['auth']['driver']". If you set this to "imap", you
> have to create an imap account. The way you create this account depends
> on your imap server.
> An other way to create an account is to select in
> $conf['auth']['driver'] "sql". Then you can create the useraccount in
> the "horde_users" table in your (my)sql database.
>
> by, Martin
>
>
>
More information about the horde
mailing list