Re: MD5 password issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MD5 password issue
Дата
Msg-id 8332.1232041193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на MD5 password issue  (Andreas Wenk <a.wenk@netzmeister-st-pauli.de>)
Ответы Re: MD5 password issue
Список pgsql-general
Andreas Wenk <a.wenk@netzmeister-st-pauli.de> writes:
> In pg_hba.conf we have:

> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

> # "local" is for Unix domain socket connections only
> local   all         all                               ident sameuser

> # IPv4 local connections:
> host    all         all         127.0.0.1/32          md5
> host    all         all         192.168.97.0/24       md5

> Now the question: why is the user pgadmin able to connect to the database using pgAdmin
> III from 192.168.97.30? That sould not be possible ... or am I wrong?

Why shouldn't it be possible?  You've specifically allowed connections
from that IP range.

(If you're wondering why he didn't have to type his password,
it's likely because pgAdmin is getting it out of ~/.pgpass or
some private settings file.)

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: Why would I want to use connection pooling middleware?
Следующее
От: Kirk Strauser
Дата:
Сообщение: Re: Why would I want to use connection pooling middleware?