forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2dbb7b9
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 parentbd233bd commit2dbb7b9
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1684 | 1684 |
| |
1685 | 1685 |
| |
1686 | 1686 |
| |
1687 |
| - | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
1688 | 1692 |
| |
1689 | 1693 |
| |
1690 | 1694 |
| |
|
0 commit comments
Comments
(0)