Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Allow plaintext 'password' authentication when user has a SCRAM verifier. Oversight in the main SCRAM patch.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |