Re: JDBC and GSSAPI/Krb5

From: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
To: Peter Koczan <pjkoczan(at)gmail(dot)com>
Cc: "Kris Jurka" <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC and GSSAPI/Krb5
Date: 2007-12-06 19:10:25
Message-ID: 3154D7D3-8F41-4FFF-BEF6-52C9E8D43C05@jpl.nasa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thank you. I'm looking at it.

I think the changes *should* be localized to v3/
ConnectionFactoryImpl.java. I need to see how Magnus changed the
wire protocol (he did it differently from what I did), and I need to
try a sample program first so I can debug wire/API issues
independently from PG issues.

I will not even attempt to address the SSPI auth mechanism since I
don't understand fully why it exists. SSPI is supposed to just be an
alternate C binding for the GSSAPI wire protocol, but there are other
issues that confound that statement. I believe that Java should
stick to the standard, at least initially.

On Dec 6, 2007, at 8:13 AM, Peter Koczan wrote:

> On Dec 5, 2007 8:59 PM, Henry B. Hotz <hotz(at)jpl(dot)nasa(dot)gov> wrote:
>> OK. I've been warned. ;-)
>>
>> If I do it over Christmas vacation would that be soon enough?
>> Unfortunately work commitments have heated up, and I can't really
>> sneak time for it before then.
>
> FWIW, I'd be willing to be a tester for this and run this even as a
> beta version.
>
> Peter

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Koczan 2007-12-06 19:47:36 Re: JDBC and GSSAPI/Krb5
Previous Message Garber, Mikhail 2007-12-06 18:08:14 Re: JDBC XA Support and Sample code?