Re: JDBC and GSSAPI/Krb5 - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC and GSSAPI/Krb5
Date
Msg-id Pine.BSO.4.64.0712051651030.10354@leary.csoft.net
Whole thread Raw
In response to JDBC and GSSAPI/Krb5  ("Peter Koczan" <pjkoczan@gmail.com>)
Responses Re: JDBC and GSSAPI/Krb5  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
List pgsql-jdbc

On Wed, 5 Dec 2007, Peter Koczan wrote:

> I know this question has been asked before, but the answer might have
> changed with the impending release of postgresql 8.3. Since 8.3 supports
> GSSAPI authentication, and Java can talk to Kerberos through GSSAPI
> (though not natively), is this feasible? I keep getting this
> "authentication type 7 is not supported" errors, so I know it's not
> currently supported. Are there any plans to have GSSAPI support for the
> 8.3 JDBC driver, or are there showstoppers in doing so?

Henry Hotz, the person who contributed the GSSAPI support for the server,
had plans to do the JDBC work as well, but I haven't seen anything from
him.  I've thought about working on it, but since I don't have any
kerberos infrastructure setup, it's kind of a pain to get all that going.
It's unclear how much work it will be, so it might get pushed to the 8.4
driver.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Peter Koczan"
Date:
Subject: JDBC and GSSAPI/Krb5
Next
From: Kris Jurka
Date:
Subject: Re: JDBC XA Support and Sample code?