Re: Proposal: Support custom authentication methods using hooks
От | Tom Lane |
---|---|
Тема | Re: Proposal: Support custom authentication methods using hooks |
Дата | |
Msg-id | 1737574.1645753674@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Proposal: Support custom authentication methods using hooks (Jeff Davis <pgsql@j-davis.com>) |
Ответы |
Re: Proposal: Support custom authentication methods using hooks
|
Список | pgsql-hackers |
Jeff Davis <pgsql@j-davis.com> writes: > On Thu, 2022-02-17 at 11:25 -0800, samay sharma wrote: >> To enable this, I've proposed adding a new authentication method >> "custom" which can be specified in pg_hba.conf and takes a mandatory >> argument "provider" specifying which authentication provider to use. > One caveat is that this only works given information available from > existing authentication methods, because that's all the client > supports. In practice, it seems to only be useful with plaintext > password authentication over an SSL connection. ... and, since we can't readily enforce that the client only sends those cleartext passwords over suitably-encrypted connections, this could easily be a net negative for security. Not sure that I think it's a good idea. regards, tom lane
В списке pgsql-hackers по дате отправления: