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 16:50:30 -0500 |
commit | 38d485fdaa5739627b642303cc172acc1487b90a (patch) | |
tree | 889f12a0dcbd4c70e2bbd1a26b93a4286a38de25 /doc/src | |
parent | 99f6a17dd62aa5ed92df7e5c03077ddfc85381c8 (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 4c5ed1e6d66..3cec9e0b0c7 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1540,7 +1540,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> |