Re: GSSAPI and V2 protocol

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GSSAPI and V2 protocol
Date: 2008-02-05 18:50:23
Message-ID: 47A8AFEF.9090001@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kris Jurka wrote:
>
>
> On Tue, 5 Feb 2008, Magnus Hagander wrote:
>
>> Does this mean you have GSSAPI auth working for protocol v3? :-)
>>
>
> Yes, but since I'm not terribly familiar with GSSAPI or JAAS, I'm not
> sure what configuration options need to get exposed to the user.
>
> http://archives.postgresql.org/pgsql-jdbc/2008-01/threads.php#00144

Hmm. I think most of that is a Java issue, which I know next to nothing
about. But you would need to be able to control at least as much as
libpq is - which means you need to be able to control the service name,
and that's about it. Not sure how it works on windows - for libpq on
windows, you can choose if you want MIT kerberos or if you want the SSPI
kerberos in Windows, dunno if that applies to the java stuff.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gevik Babakhani 2008-02-05 19:32:19 Possible BUG in MSVC Install.pm in GenerateNLSFiles
Previous Message Kris Jurka 2008-02-05 18:43:56 Re: GSSAPI and V2 protocol