Re: Connecting to postgresql using SSPI via JDBC - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Connecting to postgresql using SSPI via JDBC
Date
Msg-id 4C28F2D0.6000607@ejurka.com
Whole thread Raw
In response to Re: Connecting to postgresql using SSPI via JDBC  (Idan Miller <idan.miller@gmail.com>)
List pgsql-jdbc
Implement what?  The JDBC driver does support GSSAPI authentication
although it is a bit cumbersome to setup (and the only documentation is
in the list archives).

Kris Jurka

On 6/27/2010 12:52 AM, Idan Miller wrote:
> Is someone willing to implement that?
> It's a really important feature for us since the JDBC-ODBC bridge
> doesn't work well with bytea columns (it truncates them even though we
> declared maxlongvarchar and maxvarchar to be very big).
>
> Thanks,
> Idan.
>
> On Thu, Jun 17, 2010 at 9:55 PM, Kris Jurka <books@ejurka.com
> <mailto:books@ejurka.com>> wrote:
>
>
>
>     On Thu, 17 Jun 2010, Idan Miller wrote:
>
>         As far as I know, I an configure gssapi on windows as well, right?
>         So techincaly, if I manage to do so, I will get the same "sspi like"
>         authentication, right?
>
>
>     Yes.
>
>     Kris Jurka
>
>


pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Source code for postgress 7.4?
Next
From: Kris Jurka
Date:
Subject: Re: Connecting to postgresql using SSPI via JDBC