| From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Update pg_hba.conf example to reflect MD5 deprecation |
| Date: | 2025-12-19 08:51:09 |
| Message-ID: | E1vWWCa-001ZAj-0y@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Update pg_hba.conf example to reflect MD5 deprecation
In the wake of commit db6a4a985, remove most use of 'md5' from the
example configuration file. The only remainder is an example exception
for a client that doesn't support SCRAM.
Author: Mikael Gustavsson <mikael(dot)gustavsson(at)smhi(dot)se>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Andreas Karlsson <andreas(at)proxel(dot)se>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/176595607507.978865.11597773194269211255@wrigleys.postgresql.org
Discussion: https://postgr.es/m/4ed268473fdb4cf9b0eced6c8019d353@smhi.se
Backpatch-through: 18
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/44f49511b7940adf3be4337d4feb2de38fe92297
Modified Files
--------------
doc/src/sgml/client-auth.sgml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Naylor | 2025-12-19 08:51:39 | pgsql: Update pg_hba.conf example to reflect MD5 deprecation |
| Previous Message | Michael Paquier | 2025-12-19 05:34:06 | pgsql: Fix typos in gininsert.c |