pgsql: Fix missing ldapscheme option in pg_hba_file_rules()

Started by Daniel Gustafssonover 1 year ago1 messagescomitters
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

Fix missing ldapscheme option in pg_hba_file_rules()

The ldapscheme option was missed when inspecing the HbaLine for
assembling rows for the pg_hba_file_rules function. Backpatch
to 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: 18769
Discussion: /messages/by-id/18769-dd8610cbc0405172@postgresql.org
Backpatch-through: v13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/83ffb9f20f06120273304332594b7fab159f738f

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