On 03.05.2024 14:20, Michael Stahl wrote:
On 03/05/2024 09:27, Julien Nabet wrote:
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.
And mariadb-connector-c seems to include SSPI support - at least, its
plugins/auth [1] contains sspi_client.c, sspi_errmsg.c, and
sspi_common.h. Possibly it makes sense to check if adding these .c to
generated cobjects would work?
[1]
https://github.com/mariadb-corporation/mariadb-connector-c/tree/b323b5462db3751ed29fc3db83c855154f5f5ab4/plugins/auth
--
Best regards,
Mike Kaganski