Re: [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication. - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication.
Date
Msg-id 8934.1491614631@sss.pgh.pa.us
Whole thread Raw
In response to [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
List pgsql-committers
Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
> Use SASLprep to normalize passwords for SCRAM authentication.

The test script that this adds appears to fail unless the environment
selects a UTF8-based locale.  On my RHEL6 machine, I see:

LANG=C make check            fail
LANG=en_US.iso88591 make check        fail
LANG=en_US.utf8 make check        ok

I'm surprised that more of the buildfarm hasn't fallen over.
Please do something about that.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Improve 64bit atomics support.
Next
From: Euler Taveira
Date:
Subject: Re: [COMMITTERS] pgsql: Add infrastructure to supportEphemeralNamedRelation references.