pgsql: Fix pg_hba_file_rules for authentication method cert - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix pg_hba_file_rules for authentication method cert
Date
Msg-id E1nCeDi-0006oo-2S@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2dbb7b9b2279d064f66ce9008869fd0e2b794534

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Replace use of deprecated Python module distutils.sysconfig, tak
Next
From: John Naylor
Date:
Subject: Re: pgsql: Add missing pthread_barrier_t.