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

From Dimitry Markman
Subject How to ensure that SSPI support (Windows) enabled?
Date
Msg-id MN2PR05MB639718793ADE52B23497AB32C47C9@MN2PR05MB6397.namprd05.prod.outlook.com
Whole thread Raw
Responses Re: How to ensure that SSPI support (Windows) enabled?
List pgsql-hackers

Hi

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?

 

Thanks in advance

 

Dimitry Markman

 

 

pgsql-hackers by date:

Previous
From: Sehrope Sarkuni
Date:
Subject: Re: PG 16 draft release notes ready
Next
From: Tomas Vondra
Date:
Subject: Re: Memory leak from ExecutorState context?