| From: | Mitch Vincent <mitch(at)doot(dot)org> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Re: libpq / crypt / md5 question |
| Date: | 2002-11-29 19:11:54 |
| Message-ID: | 6C25A4FE-03CE-11D7-A869-0003938024CA@doot.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
I'm not sure how it's linking to an old libpq as it's a fresh install
with only one install of PG but I will investigate now that I have the
answer below..
Thanks Tom! Fast and helpful as always! Do you ever take a day off? :-)
> Mitch Vincent <mitch(at)doot(dot)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
>
>
-Mitch
Freedom is the right to be wrong, not the right to do wrong.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Graham Wilson | 2002-11-29 23:18:32 | Determining C type for a given OID |
| Previous Message | Tom Lane | 2002-11-29 18:42:57 | Re: libpq / crypt / md5 question |