Re: Programming interfaces when using MD5 authentication

Поиск
Список
Период
Сортировка
От Preston de Guise
Тема Re: Programming interfaces when using MD5 authentication
Дата
Msg-id 8503714C-AAD3-403F-B564-F37983D1F660@anywebdb.com
обсуждение исходный текст
Ответ на Re: Programming interfaces when using MD5 authentication  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 02/10/2009, at 23:47 , Tom Lane wrote:

> 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.

Thanks for the clarification Tom.

Cheers,

Preston.

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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Limiting the impact of schema additions/poor queries made by clients on production machines
Следующее
От: Preston de Guise
Дата:
Сообщение: Documentation on standard conforming strings?