Re: Future of krb5 authentication

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, Dave Page <dpage(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Future of krb5 authentication
Date: 2007-07-19 10:46:23
Message-ID: 20070719104623.GE13175@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 19, 2007 at 06:38:08AM -0400, Stephen Frost wrote:
> * Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> > That's for client. How should we go about doing it on the server side?
> > Perhaps just add the ability to specify sspi as authentication method, to
> > differentiate it from gss?
>
> That certainly works for me, and makes sense to me.

Ok, I actually have this working now, pending a few cleanups.

Do you have a dev box with 8.3 on it that you could run some tests on? I
could send over a libpq.dll compiled to support both GSSAPI and SSPI (and
krb5) and you could verify it in your env?

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2007-07-19 12:02:48 Re: Future of krb5 authentication
Previous Message Magnus Hagander 2007-07-19 10:45:30 Re: Can someone explain this code?