|
From: kevin b. <kev...@bi...> - 2002-02-17 22:44:47
|
thanks for all the help - with a newsgroup like this sql-ledger is going to be huge!!! i now have sql-ledger working on my debian woody machine - i will post up some notes during the week. next challenge is to get it working on slackware! thanks again - kev gha...@fr... wrote: > On Sun, 17 Feb 2002, kevin bailey wrote: > > >>i am currently tring to create a new database - and am getting the message >> >>IDENT authentication failed >> > > You need to edit /etc/postgresql/pg_hba.conf to set up how > you want Host Based Authentication (that's what hba is in pg_hba) > working. I think dpkg installs a line like: > #host all 127.0.0.1 255.255.255.255 password > I changed mine to > host all 192.168.10.2 255.255.255.255 password > ^^^^^^^^^^^^ IP of your interface > > > Gord > > > NOTICE: When replying, please Reply to the list address. This way other members know if the issues have been resolved or not. Thanks! Your List administrator. > > > > |