Re: GSS authentication support - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: GSS authentication support
Date
Msg-id alpine.BSO.2.00.0907011931110.4317@leary.csoft.net
Whole thread Raw
In response to GSS authentication support  ("JUNG, Christian" <christian.jung@saarstahl.com>)
Responses Re: GSS authentication support
List pgsql-jdbc

On Wed, 1 Jul 2009, JUNG, Christian wrote:

> I've implemented GSS authentication support for the PostgreSQL JDBC
> driver version 8.3-604.

I haven't looked at the patch in detail, but GSS support was added to the
just released 8.4 driver.  That support was based upon JAAS which is an
additional configuration pain, but your approach of importing
com.sun.security.auth.module.Krb5LoginModule isn't portable.

There's some limited documentation here on the current code:

http://archives.postgresql.org/pgsql-jdbc/2008-01/msg00154.php
http://jdbc.postgresql.org/documentation/84/connect.html#connection-parameters

Does it work for your needs?  Do you know any way to auto-configure this
without importing Sun specific code?  Regardless of any code changes your
documentation updates certainly seem like a welcome addition.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "JUNG, Christian"
Date:
Subject: GSS authentication support
Next
From: "JUNG, Christian"
Date:
Subject: Re: GSS authentication support