diff options
author | Heikki Linnakangas | 2017-05-29 06:31:33 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-05-29 06:31:33 +0000 |
commit | 6fd65f6b877512eb1c35897d4c4c6779d100e459 (patch) | |
tree | 5d72fe34faf9317251fd0436988a8caaca30f2db | |
parent | 76a3df6e5e621928fbf0cddf347e16a62e9433ec (diff) |
Fix reference to RFC specifying SCRAM.
Noted by Peter Eisentraut
-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 d23df0261c..4837be5016 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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 5741. + in RFC 7677 and RFC 5802. </para> <para> |