mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix up references to scram-sha-256
pg_hba_file_rules erroneously reported this as scram-sha256. Fix that. To avoid future errors and confusion, also adjust documentation links and internal symbols to have a separator between "sha" and "256". Reported-by: Christophe Courtois <christophe.courtois@dalibo.com> Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -1420,7 +1420,7 @@ On error, the server can abort the authentication at any stage, and send an
|
||||
ErrorMessage.
|
||||
</para>
|
||||
|
||||
<sect2 id="sasl-scram-sha256">
|
||||
<sect2 id="sasl-scram-sha-256">
|
||||
<title>SCRAM-SHA-256 authentication</title>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user