From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | "JUNG, Christian" <christian(dot)jung(at)saarstahl(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: GSS authentication support |
Date: | 2009-07-01 23:40:02 |
Message-ID: | alpine.BSO.2.00.0907011931110.4317@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | JUNG, Christian | 2009-07-02 14:17:51 | Re: GSS authentication support |
Previous Message | JUNG, Christian | 2009-07-01 14:02:33 | GSS authentication support |