Re: odbc access and pg_hba.conf

From: Steve(dot)Toutant(at)inspq(dot)qc(dot)ca
To: Adrian Klaver <aklaver(at)comcast(dot)net>
Cc: pgsql-odbc(at)postgresql(dot)org, pgsql-odbc-owner(at)postgresql(dot)org
Subject: Re: odbc access and pg_hba.conf
Date: 2009-11-19 18:51:54
Message-ID: OF271ACF5A.1ABF2C03-ON85257673.00677E3E-85257673.0067A139@ssss.gouv.qc.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

the first line is host all all 127.0.0.1/32 md5

So the full hba.conf is

host all all 127.0.0.1/32 md5
host all dba xxx.xxx.xxx.xxx 255.255.255.0 md5
host all dba yyy.yyy.yyy.yyy 255.255.254.0 md5

xxx.xxx.xxx.xxx is the ip address of the server running postgres

Adrian Klaver <aklaver(at)comcast(dot)net>@postgresql.org
Envoyé par : pgsql-odbc-owner(at)postgresql(dot)org
19/11/2009 01:48 PM

A
Steve Toutant <Steve(dot)Toutant(at)inspq(dot)qc(dot)ca>
cc
pgsql-odbc(at)postgresql(dot)org
Objet
Re: [ODBC] odbc access and pg_hba.conf

----- "Steve Toutant" <Steve(dot)Toutant(at)inspq(dot)qc(dot)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 will take precendence.

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

Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Richard Broersma 2009-11-19 18:54:06 Re: odbc access and pg_hba.conf
Previous Message Raymond O'Donnell 2009-11-19 18:50:12 Re: odbc access and pg_hba.conf