Re: converting to MD5 - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: converting to MD5
Date
Msg-id Pine.BSO.4.56.0410191308040.32539@leary.csoft.net
Whole thread Raw
In response to converting to MD5  (owenn panng <trilogy@gmail.com>)
List pgsql-jdbc

On Tue, 19 Oct 2004, owenn panng wrote:

> I can generate the same password that matches the one stored in
> pg_shadow.  So how do I specify that the password I am sending is in
> MD5?  Any help would be appreciated.

You don't.  The JDBC driver sends the database and user name it wants to
connect to to the server.  The server sends back the password format to
use (if any) and the driver responds with the password in that format.  So
there's nothing you need to do, you just specify the password in plain
text as normal.

Kris Jurka

pgsql-jdbc by date:

Previous
From: owenn panng
Date:
Subject: converting to MD5
Next
From: John R Pierce
Date:
Subject: Re: converting to MD5