Re: converting to MD5

From: Kris Jurka <books(at)ejurka(dot)com>
To: owenn panng <trilogy(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: converting to MD5
Date: 2004-10-19 18:10:06
Message-ID: Pine.BSO.4.56.0410191308040.32539@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2004-10-19 18:22:33 Re: converting to MD5
Previous Message owenn panng 2004-10-19 18:00:54 converting to MD5