Re: JDBC access with md5 password

From: Curt Sampson <cjs(at)cynic(dot)net>
To: "Timothy A(dot) DeWees" <tim(at)hcd(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC access with md5 password
Date: 2003-01-29 06:43:30
Message-ID: Pine.NEB.4.51.0301291542230.5881@angelic.cynic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Serodio 2003-01-29 11:36:22 Re: Requiring Ant 1.5 for build breaks JDK 1.1 compatibility
Previous Message Matt Mello 2003-01-29 05:55:29 Unusable resultset