W liście z pon, 03-02-2003, godz. 15:16, Marcin Sołtysiak pisze: 

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

Let me tell you what I did before reding this message.
Here is my repligard.conf file:
<database
                schema="/usr/share/midgard/repligard.xml"
                name="midgard"
                username="root"
                password=""
                encoding="ISO-8859-1"
                blobdir="/var/www/blobs"
        />

And:
<login
                username="admin"
                password="password"
        />

Now the installation of AegirCMS and AegirSimpleSite went through!
That means RH8 rpms shouldn't set passwords the way the were.

But again, I can't login into localhost:8001/aegir . The browser
displays a nice login screen but the password 'admin' and 'password'
don't work. I tried 'midgard' and "the password from midgard-data.conf",
no success.

This is really getting awful.


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

Reply via email to