mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo in docs on SASL authentication.
Word "sends" was missing. Jaime Casanova
This commit is contained in:
@ -1353,9 +1353,9 @@ general, while the next subsection gives more details on SCRAM-SHA-256.
|
|||||||
|
|
||||||
<step id="sasl-auth-begin">
|
<step id="sasl-auth-begin">
|
||||||
<para>
|
<para>
|
||||||
To begin a SASL authentication exchange, the server an AuthenticationSASL
|
To begin a SASL authentication exchange, the server sends an
|
||||||
message. It includes a list of SASL authentication mechanisms that the
|
AuthenticationSASL message. It includes a list of SASL authentication
|
||||||
server can accept, in the server's preferred order.
|
mechanisms that the server can accept, in the server's preferred order.
|
||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user