Re: Connecting to postgresql using SSPI via JDBC

From: Idan Miller <idan(dot)miller(at)gmail(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connecting to postgresql using SSPI via JDBC
Date: 2010-06-27 07:52:37
Message-ID: AANLkTik8XYyOynD4psAagwz9xmAiKWKYx-fgsNLw919n@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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(at)ejurka(dot)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
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrés Maneiro 2010-06-28 09:09:42 Source code for postgress 7.4?
Previous Message Lew 2010-06-26 20:40:05 Re: Problem with creating language by JDBC