Re: [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication.
Дата
Msg-id 8934.1491614631@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAM authentication.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Improve 64bit atomics support.
Следующее
От: Euler Taveira
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add infrastructure to supportEphemeralNamedRelation references.