On 03/05/2024 09:27, Julien Nabet wrote:
Hello,
I pushed a patch concerning tdf#150082 (LO Base MySQL connector don't
accept auth via gssapi (missing auth_gssapi_client.dll?) but it
concerned all OSes except Windows.
Indeed, on Windows, when I enable the build of gss in mk files, I got:
"gssapi.h file missing"
...
1) what libs to install on Windows to have one of these files available
? (and without installing all Kerberos stuff)
GSSAPI doesn't exist on Windows, but there is SSPI (in the Windows SDK)
which serves the same purpose.