Re: SCRAM authentication, take three
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Noah Misch <noah@leadboat.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,Michael Paquier
<michael.paquier@gmail.com>,Aleksander Alekseev
<a.alekseev@postgrespro.ru>,Alvaro Herrera
<alvherre@2ndquadrant.com>,pgsql-hackers
<pgsql-hackers@postgresql.org>,magnus@hagander.net,robertmhaas@gmail.com
Date: 2017-04-16T05:36:24Z
Lists: pgsql-hackers
On 16 April 2017 07:14:21 EEST, Noah Misch <noah@leadboat.com> wrote: >This PostgreSQL 10 open item is past due for your status update. >Kindly send >a status update within 24 hours, and include a date for your subsequent >status >update. I will pick this up on Tuesday. The consensus seems to be to change the option to "scram-sha-256", so I'll do that. - Heikki
Commits
-
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
- c727f120ff50 10.0 landed
-
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
- 818fd4a67d61 10.0 landed