Allow plaintext 'password' authentication when user has a SCRAM verifier. Oversight in the main SCRAM patch.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/c6305a9c572aaf3509ea90eec5127340dab89546 Modified Files -------------- src/backend/libpq/auth-scram.c | 46 +++++++++++++++++++++++++++++++ src/backend/libpq/crypt.c | 61 +++++++++++++++++++++++++++--------------- src/include/libpq/scram.h | 2 ++ 3 files changed, 87 insertions(+), 22 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
