Re: Programming interfaces when using MD5 authentication

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Programming interfaces when using MD5 authentication
Дата
Msg-id 17289.1254491271@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Programming interfaces when using MD5 authentication  (Preston de Guise <preston@anywebdb.com>)
Ответы Re: Programming interfaces when using MD5 authentication
Список pgsql-general
Preston de Guise <preston@anywebdb.com> writes:
> Using Perl to program interfaces to PostgreSQL, and had previously
> misunderstood how md5 password authentication worked, so I'm now re-
> doing it, but struggling to find out how DBD::Pg might be used to
> actually authenticate by passing an md5 of the password instead of the
> real thing.

You should always pass the cleartext password.  Any md5-ification will
be done by the low-level driver.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Adding modified and creation datetime to system catalogs
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Procedure for feature requests?