From: Vladimir B. <vl...@bo...> - 2007-01-01 12:04:19
|
Hello, <answer investment=long-term> try and connect to the database from the command prompt with psql. $ man psql $ psql database user If this works use the data (database,user,password) in sql-ledger configuration. </answer> Cheers, -vlado On Sun, 31 Dec 2006, Oliver Devoogdt wrote: > Hi, > > > What I did: > -installed sql-ledger with apt-get > -installed postgresql-8.1 with apt-get > -createuser -d sql-ledger > -createlang plpgsql template1 > > -changed /etc/postgresql/8.1/main/pg_hba.conf to reflect "local all all > trust" > -restarted postgresql-8.1 > > I am still receiving "FATAL: IDENT authentication failed for user > "sql-ledger" > > Can someone point me in the good direction ? > > > Thanks, > > > Oliver > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > |