So the .conf file looks like: ..... <Repligard xmlns="http://www.midgard-project.org/repligard/1.4"> <!-- Database description --> <!-- Path to optionally compressed Repligard schema file --> <database schema="/etc/repligard/repligard_withsg.xml" name="midgardstaging" username="midgard" password="00dsbR1wh2P6" encoding="ISO-8859-1" blobdir="/var/www/blobs_staging" /> <!-- Login account description for Repligard operation --> <login username="admin*abc" password="Rgh4mBVwVDuBg" /> <replicate all="yes"/> </Repligard>
When I do: "repligard -a -c export_abc.conf -e sitegroup_1.xmlgz" I get "** CRITICAL **: Error logging into Database" Any tips? Anatol ----- Original Message ----- From: "Tarjei Huse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 2:18 PM Subject: Re: [midgard-user] Repligard+nadmin > Try uncommenting the part > <-- > <replicate-all = yes> > --> > underneath the usernamepart. > > username="abc*1" > ^ is this the sg id , it should be the sg name. > TH > > password="abc" > > /> > > <replicate all="yes"/> ... > > where "abc" is the adminstrator of sitegroup 1. So it should replicate all > > objects of sitegroup 1. > > > > "repligard -a -c export_abc.conf -e sitegroup_1.xmlgz" generates a file of > > 130 B. > > - Which seems to be a problem of the password of the user. > > > > So there is one questions: > > > > Can I use plain-text for the password or is this md5-protected? > > Where can I get the protected password (if I can)? > > > > regards, > > > > Anatol > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
