Fix missing ldapscheme option in pg_hba_file_rules()
authorDaniel Gustafsson <[email protected]>
Fri, 10 Jan 2025 21:02:58 +0000 (22:02 +0100)
committerDaniel Gustafsson <[email protected]>
Fri, 10 Jan 2025 21:02:58 +0000 (22:02 +0100)
commit83ffb9f20f06120273304332594b7fab159f738f
tree999c3349be16691e62411ed313a3f7fec155946d
parent8f40d46126a04105ff0aa8353ec62c3c7d31af60
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 <[email protected]>
Reported-by: Laurenz Albe <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Bug: 18769
Discussion: https://postgr.es/m/18769-dd8610cbc0405172@postgresql.org
Backpatch-through: v13
src/backend/libpq/hba.c