Allow plaintext 'password' authentication when user has a SCRAM verifier.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c6305a9c572aaf3509ea90eec5127340dab89546
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2017-03-17T09:33:27Z
Releases: 10.0
Allow plaintext 'password' authentication when user has a SCRAM verifier.

Oversight in the main SCRAM patch.

Files

PathChange+/−
src/backend/libpq/auth-scram.c modified +46 −0
src/backend/libpq/crypt.c modified +39 −22
src/include/libpq/scram.h modified +2 −0