Re: Authentication Problems - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: Authentication Problems
Date
Msg-id 3D66934B.1060007@xythos.com
Whole thread Raw
In response to Authentication Problems  (Jason Stewart <jstewart@rtl.org>)
List pgsql-jdbc
Jason,

There was a recent patch applied to fix some md5 bugs.  The bugs
surfaces when certain character sets where used (the original bug report
was with multibyte character sets, but it could affect others as well).
  I would suggest trying the latest development build on
jdbc.postgresql.org to see if this patch fixes your problem.

thanks,
--Barry


Jason Stewart wrote:

 > Hello,
 >
 > I am having problems logging into my database via the JDBC driver on
 > Linux clients only. The windows clients can log in just fine. I am
 > using MD5 authentication as an option in my pg_hba.conf file.
 >
 > Could this be due to differing underlying encryption system calls on
 > the client OS? Other than that I am stumped...
 >
 > Thanks alot,
 >
 > Jason Stewart
 > Systems Administrator/Programmer
 > Right to Life of Michigan
 > Tel: (616)532-2300
 > Fax: (616)532-3461
 >
 >
 > ---------------------------(end of broadcast)---------------------------
 > TIP 4: Don't 'kill -9' the postmaster
 >




pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Proper state after insertRow
Next
From: Michael Hanna
Date:
Subject: Why class not found?