mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 10:57:02 +08:00
Further doc updates to reflect MD5 deprecation
Followup to 44f49511b. Author: Fujii Masao <masao.fujii@gmail.com> Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://postgr.es/m/CAHGQGwH_UfN96vcvLGA%3DYro%2Bo6qCn0nEgEGoviwzEiLTHtt2Pw%40mail.gmail.com Backpatch-through: 18
This commit is contained in:
@ -857,7 +857,7 @@ archive_cleanup_command = 'pg_archivecleanup /path/to/archive %r'
|
||||
# as a replication standby if the user's password is correctly supplied.
|
||||
#
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
host replication foo 192.168.1.100/32 md5
|
||||
host replication foo 192.168.1.100/32 scram-sha-256
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
|
||||
@ -3215,7 +3215,7 @@ wal_level = logical
|
||||
(the values here depend on your actual network configuration and user you
|
||||
want to use for connecting):
|
||||
<programlisting>
|
||||
host all repuser 0.0.0.0/0 md5
|
||||
host all repuser 0.0.0.0/0 scram-sha-256
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user