Re: Programming interfaces when using MD5 authentication - Mailing list pgsql-general

From Preston de Guise
Subject Re: Programming interfaces when using MD5 authentication
Date
Msg-id 8503714C-AAD3-403F-B564-F37983D1F660@anywebdb.com
Whole thread Raw
In response to Re: Programming interfaces when using MD5 authentication  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Limiting the impact of schema additions/poor queries made by clients on production machines
Next
From: Preston de Guise
Date:
Subject: Documentation on standard conforming strings?