With the installation of (all) the aegir AddOn's the password is set to **mjolnir in the database which in return will make your admin password mjolnir. Try setting this password in your repligard.conf file (without the *'s).
Good luck @ -----Original Message----- From: Jon [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:41 PM To: [EMAIL PROTECTED] Subject: RE: [midgard-user] installing asgard > thanks that was it. > the admin's password was being changed after installing various parts of > aegir. had to keep changing it back so i could import the next bit. > > On Sat, 2003-06-28 at 18:54, John Habermann wrote: > > You need to make sure that username and password for the midgard > admin user is set correctly in the repligard.conf file. > > You can set whatever password you want in the by logging into the > database and running this query: > > mysql>update person set password=PASSWORD'password' where username=admin; > > Then enter that password as the password for the admin user in the > repligard.conf file. > > For some reason the Asgard.xml.gz file sets the password to null > after you intall it so you have to reset it in the database. The > AegirAddOn_FileSync.xml.gz also seems to do this after you install it > so you have to reset the password after installing both these > packages otherwise you will get that error. I've run into this problem as well with th install of # repligard -a -i AegirAddOn_Member.xml.gz repligard-CRITICAL **: Error logging into Database I've gone into mysql and set: update person set password=PASSWORD('password') where username='admin'; still no luck, repligard.conf relevant bits are: <database schema="/usr/local/share/midgard/repligard.xml" name="midgard" username="midgard" password="midgard" encoding="ISO-8859-1" blobdir="/home/blob" /> <!-- Login account description for Repligard operation --> <!-- Always use 'username+sitegroup' when logging into specific sitegroup --> <!-- because there is no information elsewhere for Repligard to choose --> <!-- correct sitegroup if it is unspecified --> <!-- Sitegroup administrators should login as 'username*sitegroup' --> <login username="admin" password="password" /> any advice? Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
