Re: GSS Authentication

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Bryan Montgomery <monty(at)english(dot)net>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: GSS Authentication
Date: 2010-07-09 00:06:24
Message-ID: 20100709000624.GR21875@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bryan,

* Bryan Montgomery (monty(at)english(dot)net) wrote:
> After that I spent a bit of time on my windows client fiddling trying to get
> it to work. I had set PGSRVKRBNAME, tried setting PGGSSAPI however, I wasn't
> using the FQDN of my database server. When I went from dbhost to
> dbhost.lab2k.net, I was able to connect.

Do you have reverse DNS working..? That's typically what Kerberos uses
to determine the ticket to request from the KDC.

> Hopefully this may help someone else in the future.

Thanks for the follow-up!

> Now my next step is to see if I can make a connection from a Java
> application with JDBC.

I'd certainly like to hear how this goes.. I don't know if the changes
to support GSSAPI were ever merged into the main JDBC driver. If not,
perhaps we can encourage them to merge them. There was a version built
that I was able to use under Linux to successfully auth using Kerberos
(iirc anyway :).

Thanks!

Stephen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kenichiro Tanaka 2010-07-09 01:09:57 Re: getting the last N tuples of a query
Previous Message Ben Chobot 2010-07-08 23:32:52 Re: getting the last N tuples of a query