mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 07:40:31 -05: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:
parent
bdc5dedfca
commit
cdcab17e7e
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue