forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8159664
committed
Fix pg_hba_file_rules for authentication method cert
For authentication method cert, clientcert=verify-full is implied. Butthe pg_hba_file_rules entry would incorrectly show clientcert=verify-ca.Per bug #17354Reported-By: Feike SteenbergenReviewed-By: Jonathan KatzBackpatch-through: 121 parent213c5aa commit8159664
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1632 | 1632 | | |
1633 | 1633 | | |
1634 | 1634 | | |
1635 | | - | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
1636 | 1640 | | |
1637 | 1641 | | |
1638 | 1642 | | |
| |||
0 commit comments
Comments
(0)