diff options
Diffstat (limited to 'doc/src/sgml/protocol.sgml')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 4837be5016c..a7a3d3b2f97 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1352,7 +1352,7 @@ general, while the next subsection gives more details on SCRAM-SHA-256. <title>SASL Authentication Message Flow</title> <step id="sasl-auth-begin"> -<para> +<para> To begin a SASL authentication exchange, the server sends an AuthenticationSASL message. It includes a list of SASL authentication mechanisms that the server can accept, in the server's preferred order. @@ -1401,7 +1401,7 @@ ErrorMessage. <para> <firstterm>SCRAM-SHA-256</> (called just <firstterm>SCRAM</> from now on) is the only implemented SASL mechanism, at the moment. It is described in detail - in RFC 7677 and RFC 5802. + in RFC 7677 and RFC 5802. </para> <para> |