Re: libpq / crypt / md5 question - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: libpq / crypt / md5 question
Date
Msg-id 27854.1038595377@sss.pgh.pa.us
Whole thread Raw
In response to libpq / crypt / md5 question  (Mitch Vincent <mitch@doot.org>)
Responses Re: libpq / crypt / md5 question  (Mitch Vincent <mitch@doot.org>)
List pgsql-interfaces
Mitch Vincent <mitch@doot.org> writes:
> On the client side, am I responsible for making the password an MD5 
> hash, or does libpq take care of that on it's own?

libpq does it.  This is necessary, since the client shouldn't be
expected to know which way the password is to be encrypted on the wire.
The password given to libpq must always be cleartext.

> It seems that courier can only connect to the PG database when the auth 
> type is set to crypt in the pg_hba.conf file. This is somewhat strange

I suspect it means that courier is linked to an old version of libpq.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Mitch Vincent
Date:
Subject: libpq / crypt / md5 question
Next
From: Mitch Vincent
Date:
Subject: Re: libpq / crypt / md5 question