Should we really recommend "-A md5 or -A password"?
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>
From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2022-05-31T12:29:28Z
Lists: pgsql-docs
Hi, I just came across this: "Also, specify -A md5 or -A password so that the default trust authentication mode is not used;" https://www.postgresql.org/docs/current/creating-cluster.html Shouldn't we change that to "-A scram-sha-256" ? Regards Daniel
Commits
-
Recommend scram-sha-256 instead of md5 authentication in docs
- a694cf4ca496 14.4 landed
- e1ed1a7aa547 15.0 landed