Re: JDBC and GSSAPI/Krb5

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
Cc: Peter Koczan <pjkoczan(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC and GSSAPI/Krb5
Date: 2008-01-29 09:14:15
Message-ID: Pine.BSO.4.64.0801290409430.27336@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 28 Jan 2008, Henry B. Hotz wrote:

>
> On Jan 28, 2008, at 2:32 AM, Kris Jurka wrote:
>
>> I've hacked together a prototype and can successfully authenticate against
>> a gssapi configured server. It needs a fair amount of cleanup, but there
>> are some more fundamental questions about what configuration options we
>> need:

I've put up the current patch and a test jar file at:

http://ejurka.com/pgsql/jars/gss

At the moment it doesn't offer any of the configurability previously
discussed except for the fact that it will use the password supplied in
the connection request to try to acquire a ticket if none is cached.

The application name for the JAAS LoginContext is "pgjdbc".

It only support V3 protocol connections (default for 7.4+ servers). Let
me know how it works and what else you would need for production use.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2008-01-29 19:46:15 pt_BR translation updates
Previous Message Henry B. Hotz 2008-01-28 18:53:40 Re: JDBC and GSSAPI/Krb5