ODBC connection refused

From: Guy Corbaz <guy(dot)corbaz(at)urbanet(dot)ch>
To: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: ODBC connection refused
Date: 1998-07-03 11:48:55
Message-ID: 359CC527.8F8A158@urbanet.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I'm trying to use ODBC to mount a Postgres table in MS Access. I'm using

posodbc 0.31.0000, with postgresql 6.1. My pg_hba.conf file contains the

following lines

host all 127.0.0.1 255.255.255.255 trust
host all 0.0.0.0 0.0.0.0 trust

and I received the following message (from the postmaster)

be_recvauth: host-based authentication failed
/usr/bin/postmaster: ConnStartup: Failed to authenticate client as
Postgres user 'gcorbaz' using the default authentication type: bd

However, I can use psql on the server, using the gcorbaz account.

Does anyone have an idea ?

Thank you

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Screech 1998-07-03 18:31:14 Creating a C Function
Previous Message Sferacarta Software 1998-07-03 10:02:13 Access & Postgres