pgsql: Fix pg_hba_file_rules for authentication method cert
Started by Magnus Haganderover 4 years ago1 messagescomitters
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_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/4afae689ead4ffbfdbaac1cd72794c729446596e
Modified Files
--------------
src/backend/libpq/hba.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)