Re: SSPI client authentication in non-Windows builds

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Christian Ullrich <chris(at)chrullrich(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SSPI client authentication in non-Windows builds
Date: 2011-01-04 03:21:07
Message-ID: AANLkTiku4V9tw6h3Lrfd_81Zd8gADLt5LrhkEHrwtvAP@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 3, 2011 at 8:11 AM, Christian Ullrich <chris(at)chrullrich(dot)net> wrote:
> this patch adds support for connecting to servers running on Windows
> and requesting SSPI authentication. It does this by treating
> AUTH_REQ_SSPI the same as AUTH_REQ_GSS if no native SSPI support is
> available.

I have to confess that I don't know whether this is a good idea or a
bad idea. But you should add your patch here, in any case:

https://commitfest.postgresql.org/action/commitfest_view/open

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-01-04 03:23:03 Re: texteq/byteaeq: avoid detoast
Previous Message Robert Haas 2011-01-04 03:13:59 Re: Extension upgrade, patch v0: debug help needed