Fix pg_hba_file_rules for authentication method cert
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/hba.c | modified | +5 −1 |