> OK. Now, because I used the RH8 rpms there already were
> passwords set. In the <database> tag there had been 'midgard'
> with an unmatching password (relative to /etc/httpd/conf/midgard-
> data.conf) which I changed accordingly.
OK

> In the <login> tag there still is a 'repligard' user about which
> I am not sure exists in the mysql tables... . There is a
> password set there, too.
This user does not exists as MySQL. It is defined in person table of midgard
database. You can set it by

update person set password='**clear_text_password' where username='admin'

I'd suggest setting password to "**password" as it is one used by Aegir
during installation.

Solt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to