Re: Password authentication failure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Paul Hart <paulhart(at)io(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Password authentication failure
Date: 2001-06-05 17:10:22
Message-ID: Pine.LNX.4.30.0106051908230.900-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Paul Hart writes:

> The JDBC driver claims "Password authentication failed for user 'XXXX'"

AFAIK, OpenBSD uses MD5 as the default crypt() algorithm, whereas the JDBC
driver assumes the traditional DES-like method. I suppose you have to
hack either one to do otherwise.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-06-05 17:27:16 Re: Password authentication failure
Previous Message Paul Hart 2001-06-05 15:33:16 Password authentication failure