From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix missing ldapscheme option in pg_hba_file_rules() |
Date: | 2025-01-10 21:21:02 |
Message-ID: | E1tWMRC-000t2V-Nb@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)albe(at)cybertec(dot)at>
Reported-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Bug: 18769
Discussion: https://postgr.es/m/18769-dd8610cbc0405172@postgresql.org
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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Melanie Plageman | 2025-01-10 23:22:56 | pgsql: Consolidate docs for vacuum-related GUCs in new subsection |
Previous Message | Daniel Gustafsson | 2025-01-10 21:20:44 | pgsql: Fix missing ldapscheme option in pg_hba_file_rules() |