Re: libpq: passwords WAS: scripting & psql issues - Mailing list pgsql-general

From Tom Lane
Subject Re: libpq: passwords WAS: scripting & psql issues
Date
Msg-id 23929.1092930275@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq: passwords WAS: scripting & psql issues  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-general
Tino Wildenhain <tino@wildenhain.de> writes:
> PS: the hash would suit better when used in a challenge authorization,
>     meaning the server sends a random key, let the client
>     hash(random_key || md5( cleartext_password || username ) )
>     and compare it on server with
>     hash(random_key || stored_password)

Hm?  That is exactly what we're doing.

            regards, tom lane

pgsql-general by date:

Previous
From: Shelby Cain
Date:
Subject: Postgresql 8.0 beta 1 - strange cpu usage statistics and slow vacuuming
Next
From: Jochem van Dieten
Date:
Subject: Re: Stored Procedures woes