A pg_hba.conf problem - again...

From: "Bart Golda" <e9syuk002(at)sneakemail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: A pg_hba.conf problem - again...
Date: 2006-03-03 13:26:48
Message-ID: 1141392408.420605.273820@i40g2000cwc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So there is Fedora Core 3 with PostgreSQL 8.1.3 installed from rpms.
The server listens on all interfaces. For testing, I used this
pg_hba.conf (default with added line) and it worked:

local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
host all all 10.144.3.0/24 trust

Very happy, I changed trust in the last line to MD5. The application
(pgAdmin) stopped connecting (yes, sql user and its password was
correct). No error, just "unable to connect" or something like this - I
have localised version - in the status line. Is there something wrong
with above file or maybe there are some missing libraries, of which I
(and rpms) am not aware of? :(

Thanks for any suggestions,
Bart Golda

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bart Golda 2006-03-03 13:35:04 Quick psqlODBC driver setting
Previous Message Bart Golda 2006-03-03 13:17:17 PgsqlODBC connection parameters in the registry