| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove radius from initdb authentication methods. |
| Date: | 2026-06-30 23:47:30 |
| Message-ID: | E1weiAs-000ptz-1Q@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove radius from initdb authentication methods.
Commit a1643d40b removed RADIUS authentication, but apparently
overlooked initdb's list of accepted authentication methods. As a
result, initdb still accepted radius for --auth, --auth-host, and
--auth-local, allowing it to create a pg_hba.conf that the server could
not load.
Remove radius from initdb's local and host authentication method lists.
Backpatch-through: 19
Author: Chao Li <lic(at)highgo(dot)com>
Discussion: https://postgr.es/m/983F946B-A7CE-4C93-B5F0-665616F72254%40gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a78f7390bf19868cc313482b307d5148ad00aae2
Modified Files
--------------
src/bin/initdb/initdb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2026-06-30 23:47:43 | pgsql: Remove radius from initdb authentication methods. |
| Previous Message | Tom Lane | 2026-06-30 21:21:34 | pgsql: Disallow set-returning functions within window OVER clauses. |