pg_hba.conf problems with Postgresql 7.0.2

From: Alexey Rodriguez Yakushev <alexey(at)dicyt(dot)umss(dot)edu(dot)bo>
To: pgsql-admin(at)postgresql(dot)org
Subject: pg_hba.conf problems with Postgresql 7.0.2
Date: 2000-10-13 09:00:52
Message-ID: Pine.LNX.4.21.0010130850440.7978-100000@pascal.dicyt.umss.edu.bo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello guys, i have downloaded and installed PostgreSQL 7.0.2 as
rpms for redhat. Everything seems to be working, except remote
authentication, i just added this simple line to pg_hba.conf and it
doesn't work. BTW i restarted the daemon every time i made a change.

host all 166.114.102.20 255.255.255.255 trust

I can't connect to DB server from 166.114.102.20 when trying to connect i
get an error message.

$ psql -uh <server host> guia # i answer to username and password

psql: No pg_hba.conf entry for host 166.114.102.20, user postgres,
database guia

I am pretty sure this worked in previous versions. Any hint will be very
helpful. Please reply directly to me since i am not subscribed to the
mailing list. Thanks.
Alexey

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anuj 2000-10-13 19:07:01 Connecting through JdbcOdbcDriver from Servlets
Previous Message Bruce Momjian 2000-10-12 15:45:08 Re: control on table creation