Re: How to ensure that SSPI support (Windows) enabled? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How to ensure that SSPI support (Windows) enabled?
Date
Msg-id 102259.1684510005@sss.pgh.pa.us
Whole thread Raw
In response to How to ensure that SSPI support (Windows) enabled?  (Dimitry Markman <dmarkman@mathworks.com>)
Responses Re: How to ensure that SSPI support (Windows) enabled?
List pgsql-hackers
Dimitry Markman <dmarkman@mathworks.com> writes:
> I’m looking at config_default.pl file and I can see the line
> gss       => undef,    # --with-gssapi=<path>
> I was advised to use SSPI API that is built-in (windows) instead of MIT Kerberos
> So what should I set and where to ensure that result PostgreSQL build will support SSPI?

SSPI != GSS.  SSPI support is always built in Windows builds, see
win32_port.h:

#define ENABLE_SSPI 1

(Perhaps not the best place for such a thing, but somebody put it there.)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Memory leak from ExecutorState context?
Next
From: Tom Lane
Date:
Subject: Re: Memory leak from ExecutorState context?