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/[email protected] Backpatch-through: v13 Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/84b8f6d9f59aa2d40ffb8edccb3f1eacff32b6c0 Modified Files -------------- src/backend/libpq/hba.c | 4 ++++ 1 file changed, 4 insertions(+)
