[horde] A basic setup problem

s-beutel at gmx.de s-beutel at gmx.de
Wed Sep 25 03:50:46 PDT 2002


Jerry,

> I thank you very much, I changed the server to auth and Now I'm not
> getting any errors. Now as I am still sorta new to php what do I need to
> type on the command line to get it to spit out the encripted password?
> do I need to insert it by hand into the horde_users table? Sory for such
> a basic question 

there are no stupid questions at all, maybe some answers are...

> but my google searches aren't getting me any closer.
> One thing my google searches sis turn up is the following line. am I
> corect in assumeing I need the following to make this work as well?
> 

I think you do not need this line for the encryption (better to say: the
check against the hash) is done in the background automaticaly

> $conf['auth']['params']['encryption'] = 'md5';
> 

What I wanted to say is the password stored in the horde_users table needs
to be md5'd. The way you do this belongs from your situation. I use phpmyadmin
(what I like very much) - just type in the password and select md5 as
function. Certainly there is a way to do this from the console, too (something like
INSERT.... password md5('your_password') or so), but I am not so familiar to
the mysql console yet. You will find some hints in the mysql documentation
or in the horde mailing list archive (I am sure you will need to go back not
farer than two weeks).

Last, using the latest horde from CVS, with HEAD, you might be able to log
in as admin and setup some users from within horde - but I haven't proved this
yet.

Feel free to test around and share your experiences.

Sebastian

-- 
Werden Sie mit uns zum "OnlineStar 2002"! Jetzt GMX wählen -
und tolle Preise absahnen! http://www.onlinestar.de



More information about the horde mailing list