pgsql: Fix pg_hba_file_rules for authentication method cert

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix pg_hba_file_rules for authentication method cert
Дата
Msg-id E1nCeDi-0006os-3V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_hba_file_rules for authentication method cert

For authentication method cert, clientcert=verify-full is implied. But
the pg_hba_file_rules entry would incorrectly show clientcert=verify-ca.

Per bug #17354

Reported-By: Feike Steenbergen
Reviewed-By: Jonathan Katz
Backpatch-through: 12

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/81596645ca2ba382918fca9e82aa3089db737e14

Modified Files
--------------
src/backend/libpq/hba.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Replace use of deprecated Python module distutils.sysconfig, tak
Следующее
От: John Naylor
Дата:
Сообщение: Re: pgsql: Add missing pthread_barrier_t.