diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-01-30 16:50:30 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-01-30 17:05:35 -0500 |
commit | 167a22b2a624531fe106e1564bc5f62e275a036d (patch) | |
tree | ee5968fdca909c85ba729f08c655e7344d25a336 /doc/src | |
parent | 92123c6ea212a32097d34c91ea6b52f0c3a5b8c3 (diff) |
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>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 8ec21cc756c..0414db4c52a 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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> |