Thread: [DOCS] SCRAM RFC
https://www.postgresql.org/docs/devel/static/sasl-authentication.html contains that SCRAM is described in RFC 7677 and RFC 5741, but the latter appears to be a mistake. Perhaps RFC 5802 was meant? -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
On Sat, May 27, 2017 at 10:33 PM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > https://www.postgresql.org/docs/devel/static/sasl-authentication.html > contains that SCRAM is described in RFC 7677 and RFC 5741, but the > latter appears to be a mistake. Perhaps RFC 5802 was meant? Indeed, it should be s/5741/5802/. -- Michael
On 05/28/2017 06:13 AM, Michael Paquier wrote: > On Sat, May 27, 2017 at 10:33 PM, Peter Eisentraut > <peter.eisentraut@2ndquadrant.com> wrote: >> https://www.postgresql.org/docs/devel/static/sasl-authentication.html >> contains that SCRAM is described in RFC 7677 and RFC 5741, but the >> latter appears to be a mistake. Perhaps RFC 5802 was meant? > > Indeed, it should be s/5741/5802/. Fixed, thanks! - Heikki