Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
Thanks Stephen, very useful information dm On 5/19/23, 12:02 PM, "Stephen Frost" wrote: Greetings, Please don't top-post. * Dimitry Markman (dmark...@mathworks.com) wrote: > I was asking our 3p library people how to add windows support to gss and they > said

Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Stephen Frost
Greetings, Please don't top-post. * Dimitry Markman (dmark...@mathworks.com) wrote: > I was asking our 3p library people how to add windows support to gss and they > said that on windows we should use SSPI They're correct. > I’m not really familiar with either gssapi or SSPI Kerberos support

Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
Cc: pgsql-hackers@lists.postgresql.org Subject: Re: How to ensure that SSPI support (Windows) enabled? Dimitry Markman writes: > I’m looking at config_default.pl file and I can see the line > gss => undef,# --with-gssapi= > I was advised to use SSPI API that is built

Re: How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Tom Lane
Dimitry Markman writes: > I’m looking at config_default.pl file and I can see the line > gss => undef,# --with-gssapi= > 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 >

How to ensure that SSPI support (Windows) enabled?

2023-05-19 Thread Dimitry Markman
Hi I’m looking at config_default.pl file and I can see the line gss => undef,# --with-gssapi= 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