On Wed, Jul 9, 2008 at 12:33 PM, john <[EMAIL PROTECTED]> wrote: > produces password authentication failure for user postgres.
Based on the pg_hba.conf you posted, I would suggest that this means that the password you entered and the password you typed are different. The syntax is ALTER USER username WITH PASSWORD 'password'; > > > ----- Original Message ----- > From: "Chris Travers" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, July 09, 2008 1:02 PM > Subject: Re: [Ledger-smb-users] Admin.pl problems > > >> Lets just try something: >> >> psql -h localhost -U postgres postgres >> >> enter password when prompted. >> >> Does this work? >> >> Best Wishes, >> Chris Travers >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Ledger-smb-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users >> >> > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
