Re: MD5 password issue

From: Andreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: MD5 password issue
Date: 2009-01-15 19:33:32
Message-ID: 496F8F8C.7080903@netzmeister-st-pauli.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alvaro Herrera schrieb:
> Andreas Wenk wrote:
>
>> Yes thats correct with the IP address range. Maybe I did not understand
>> the auth concept yet. I thought, that with METHOD set to md5, a md5
>> hashed password is required. The password is submitted with the PHP 5
>> pg_connect function - as plain text.
>
> It is specified to pg_connect as plain text, but it is sent over the
> wire md5-hashed.
>
>> So maybe the better question is: what is the difference between METHOD
>> password and md5? As I assume now because of your answers, it has
>> nothing to do with either the password is md5 hashed or not?
>
> The difference is what travels on the wire.
>

ok thanks - I think I got it now ... ;-)

Cheers

Andy

--

St.Pauli - Hamburg - Germany

Andreas Wenk

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Long 2009-01-15 20:06:53 Vacuum and Reindex hangs
Previous Message mailinglists 2009-01-15 18:56:06 Re: Query question