Re: Proposal: Support custom authentication methods using hooks

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Proposal: Support custom authentication methods using hooks
Дата
Msg-id 2718414dc095b716e59e126c03af343997d14c7b.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: Proposal: Support custom authentication methods using hooks  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal: Support custom authentication methods using hooks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2022-02-25 at 12:39 -0500, Tom Lane wrote:
> My point is that sending cleartext passwords over the wire is an
> insecure-by-definition protocol that we shouldn't be encouraging
> more use of.

We can require custom auth entries in pg_hba.conf to also specify
local, hostssl or hostgssenc.

It might annoy people who have a network secured at some other layer,
or who have the client on the same machine as the host. We could allow
plain "host" if someone specifies "customplain" explicitly.

Regards,
    Jeff Davis





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

Предыдущее
От: David Christensen
Дата:
Сообщение: Re: [PATCH] add relation and block-level filtering to pg_waldump
Следующее
От: Shmuel Kamensky
Дата:
Сообщение: Re: C++ Trigger Framework