JDBC and GSSAPI/Krb5

From: "Peter Koczan" <pjkoczan(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC and GSSAPI/Krb5
Date: 2007-12-05 21:49:28
Message-ID: 4544e0330712051349p75cc6c25v92cf067fea87fff@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,

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?

This would be a very nice selling point and extra feature for
upgrading to 8.3. Thanks much.

Peter

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-12-05 22:01:26 Re: JDBC and GSSAPI/Krb5
Previous Message Jignesh K. Shah 2007-12-05 20:56:01 JDBC XA Support and Sample code?