Which GSSAPI implementation should be used to compile mariadb-connector-c/cpp?

I'm trying to compile mariadb-connector-c/cpp on Windows. However, Windows does not provide native GSSAPI. Do I need to look for other implementations? Which is the recommended implementation?

Connector C uses Windows-native SSPI (mariadb-connector-c/plugins/auth/sspi_client.c etc). The build system conditionally includes either gssapi_client.c on non-Windows, or sspi_client.c on Windows. On Thu, Jan 16, 2025 at 4:21 PM 张 天夫 via discuss <discuss@lists.mariadb.org> wrote:
I'm trying to compile mariadb-connector-c/cpp on Windows. However, Windows does not provide native GSSAPI. Do I need to look for other implementations? Which is the recommended implementation?
_______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org
participants (2)
-
Vladislav Vaintroub
-
张 天夫