Re: odbc access and pg_hba.conf - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: odbc access and pg_hba.conf
Date
Msg-id 1234577872.4650301258656510220.JavaMail.root@sz0030a.emeryville.ca.mail.comcast.net
Whole thread Raw
In response to odbc access and pg_hba.conf  (Steve.Toutant@inspq.qc.ca)
Responses Re: odbc access and pg_hba.conf  (Steve.Toutant@inspq.qc.ca)
List pgsql-odbc
----- "Steve Toutant" <Steve.Toutant@inspq.qc.ca> wrote:

> Hi,
> I installed the odbc driver (psqlodbc v08_03_0400) on a computer. I
> configured the odbc connection and the connection test was succesfull.
> That surprised me since this computer is not yet in my pg_hba.conf
>
> Is the odbc driver supposed to "bypass" the pg_hba.conf?
>
> I don't know much about the admin side of postgres. I don't know which
> information could be useful to you.
> Please ask for any information that would help
>
> Here is the content of my pg_hba.conf
> host all dba xxx.xxx.xxx.xxx 255.255.255.0 md5
> host all dba yyy.yyy.yyy.yyy 255.255.254.0 md5

Is this your entire pg_hba.conf? Remember the first match wins, so if there is a more permissive line above these it
willtake precendence. 

>
>
>
>
> Thanks for your help,
> steve


Adrian Klaver
aklaver@comcast.net

pgsql-odbc by date:

Previous
From: Steve.Toutant@inspq.qc.ca
Date:
Subject: odbc access and pg_hba.conf
Next
From: Raymond O'Donnell
Date:
Subject: Re: odbc access and pg_hba.conf