forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ed9bf0
committed
Fix missing ldapscheme option in pg_hba_file_rules()
The ldapscheme option was missed when inspecing the HbaLine forassembling rows for the pg_hba_file_rules function. Backpatchto all supported versions.Author: Laurenz Albe <laurenz.albe@cybertec.at>Reported-by: Laurenz Albe <laurenz.albe@cybertec.at>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Bug: 18769Discussion:https://postgr.es/m/18769-dd8610cbc0405172@postgresql.orgBackpatch-through: v131 parent5db9367 commit8ed9bf0
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
|
0 commit comments
Comments
(0)