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 <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Reviewed-by: Andreas Karlsson <[email protected]> Reviewed-by: Laurenz Albe <[email protected]> Discussion: https://postgr.es/m/[email protected] Discussion: https://postgr.es/m/[email protected] 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(-)
