Fix missing ldapscheme option in pg_hba_file_rules()
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 10 Jan 2025 21:02:58 +0000 (22:02 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 10 Jan 2025 21:02:58 +0000 (22:02 +0100)
commit27a1f8d108114ec463101a812f83542c257f8169
tree956f9e7a360b143f7570ad2a089b30d05cf43ba1
parent5b14ec0a48cca3addfc7262c86e60475b7d84c02
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: https://postgr.es/m/18769-dd8610cbc0405172@postgresql.org
Backpatch-through: v13
src/backend/utils/adt/hbafuncs.c