Re: Patch: Platform-independent SSPI authentication support

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: Patch: Platform-independent SSPI authentication support
Date: 2012-01-11 11:26:50
Message-ID: 4F0D71FA.7040002@chrullrich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

* Dave Cramer wrote:

> You mentioned that this works only on java 6. Will it compile on java 1.4 ?

I believe so (though I cannot claim to know for sure). My additions
(which consist of one whole line of code) do not reference any classes
that are not already used in the surrounding driver.

Whether the modified MakeGSS will run on Java 1.4, I'm not so sure,
because support for the SPNEGO mechanism (1.3.6.1.5.5.2) was only
added in Java 6. If that is a problem, the change to MakeGSS can be
left out without losing functionality or introducing interoperability
issues.

--
Christian

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mike Fowler 2012-01-15 16:25:20 Re: Fwd: Re: Buildfarm now building but with test failures
Previous Message Dave Cramer 2012-01-11 11:08:01 Re: Patch: Platform-independent SSPI authentication support