Hi Alexander
On Wed, 2003-07-16 at 15:34, Alexander Rigo wrote:
> i still fighting with that "error in DB connection"-Error. Just to
> know if i am right: if i change the password of the repligard-user i
> do: update person set password=password('mypass') where
> username='repligard'

Midgard uses the mysql function 'Encrypt' to encrypt the password, so
use:

update person set password=Encrypt('mypass') where username='repligard'

or alternatively:

update person set password='**mypass' where username='repligard'

(the two asterisks being a magic signal to midgard that this is a clear
text password)

> After this i have an encrypted password which i copy into the
> /usr/etc/repligard.conf.
>  
> Is this right?

No, the cleartext version of the password should go into repligard.conf.

wkr,

-- 
Envida                     http://www.envida.net/
Armand A. Verstappen       Graadt van Roggenweg 328
[EMAIL PROTECTED]       3531 AH Utrecht
tel: +31 (0)30 298 2255    Postbus 19127
fax: +31 (0)30 298 2111    3501 DC Utrecht

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to