Re: Password authentication failure - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: Password authentication failure
Date
Msg-id Pine.LNX.4.30.0106051908230.900-100000@peter.localdomain
Whole thread Raw
In response to Password authentication failure  ("Paul Hart" <paulhart@io.com>)
List 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@gmx.net   http://funkturm.homeip.net/~peter


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Password authentication failure
Next
From: "rui zhong"
Date:
Subject: Does ASSERTION constraint work ?