Re: SSL and md5 password?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSL and md5 password?
Дата
Msg-id 49085346.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на SSL and md5 password?  ("Peter Koczan" <pjkoczan@gmail.com>)
Ответы Re: SSL and md5 password?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-admin
>>> "Peter Koczan" <pjkoczan@gmail.com> wrote:
> psql: FATAL:  no pg_hba.conf entry for host "128.105.162.36", user
> "test_md5", database "koczan_test", SSL off

> hostssl all         postgres    128.105.0.0/16     reject
> hostssl all         postgres    198.133.224.0/24   reject
>
> # Testing out md5 users
> hostssl all         test_md5      128.105.0.0/16     md5
> hostssl all         test_md5      198.133.224.0/24   md5

I think it uses the first matching entry in pg_hba.conf.
What happens with the matching "reject" line?

-Kevin

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

Предыдущее
От: "Peter Koczan"
Дата:
Сообщение: SSL and md5 password?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSL and md5 password?