[horde] A basic setup problem

Jerry M. Howell II jmhowell at jmhowell.com
Wed Sep 25 02:08:07 PDT 2002


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 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?

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

thnx in advance, you got me over a hill I have been fighting with for
several days now


On Wed, Sep 25, 2002 at 09:29:25AM +0200, René Jensen wrote:
> Citat "Jerry M. Howell II" <jmhowell at jmhowell.com>:
> 
> > 
> >    $conf['auth']['driver'] = 'sql';
> >    $conf['server']['params']['phptype'] = 'mysql';
> >    $conf['server']['params']['hostspec'] = 'localhost';
> >    $conf['server']['params']['username'] = 'horde';
> >    $conf['server']['params']['password'] = 'My password';
> >    $conf['server']['params']['database'] = 'horde';
> >    $conf['server']['params']['table'] = 'horde_users';
> > 
> 
> Change all these $conf['server'][... to $conf['auth'][...
> Remember to run the passwords of the horde users (the ones you wanna use to log 
> into horde) through php's MD5 funktion.
> 
>          _\|/_
>          (@ @)
> -----oOOo-(_)-oOOo-----
>       René Jensen
>    lundeman at tbkol.dk

-- 
Jerry M. Howell II


More information about the horde mailing list