Re: JDBC access with md5 password - Mailing list pgsql-jdbc

From Curt Sampson
Subject Re: JDBC access with md5 password
Date
Msg-id Pine.NEB.4.51.0301291542230.5881@angelic.cynic.net
Whole thread Raw
In response to JDBC access with md5 password  ("Timothy A. DeWees" <tim@hcd.net>)
Responses Re: JDBC access with md5 password  ("Timothy A. DeWees" <tim@hcd.net>)
List pgsql-jdbc
On Fri, 24 Jan 2003, Timothy A. DeWees wrote:

> Can anyone help me on how to connect to the database via JDBC if I'm using
> md5 passwords?  Do I need to create the MD5 hash and send that as the
> password, or is there something I do with the driver before hand?

Yeah, there's something you need to do with the driver. Upgrade it to
the one from 7.3. :-) Then just send your usual password.

(The 7.2 JDBC drivers had a bug that, depending on localization settings,
could mess up the MD5 hashing.)

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC

pgsql-jdbc by date:

Previous
From: Matt Mello
Date:
Subject: Unusable resultset
Next
From: Daniel Serodio
Date:
Subject: Re: Requiring Ant 1.5 for build breaks JDK 1.1 compatibility