MariaDB 10.11.5 Windows Install Missing Auth_GssApi

I have installed MaraiDB 10.11.5 on a Windows server. I have read that starting with Windows 10.11, the Auth_GssAPi plugin is installed by default. What is odd is that the auth_gssapi Dll is missing from the plugin folder. I tried copying the old auth_gsspai Dll's from our old MaraiDB server but that did not work. We have an App that uses this DLL and it is failing. What am I missing?

Answer Answered by Vladislav Vaintroub in this comment.

What you are missing - auth_gssapi_client is now a "builtin", i.e it is compiled into the libmariadbclient library - With the old client library, you'd need to copy auth_gssapi_client.dll (the client part) not auth_gssapi.dll (the server part). There is no change in the plugin itself, and therefore old library with old client plugin DLL should work as before. Of course, you can link with the new client library, then you do not need any DLLs.

Otherwise, if something does not work, you can file a bug illustrating what does not work and how it does not work.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.