Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.10
-
None
-
Fedora - All
Description
When I try to load a auth_gssapi_client.so plugin:
$ mysql -u user -h db.example.com --plugin-dir=/usr/lib64/mariadb/plugin/ akonadiERROR 2059 (HY000): Plugin auth_gssapi_client could not be loaded: not a plugin
The server side registers the auth_gssapi plugin properly, but the client side doesn't work
More info here
I noticed this bug a while ago already, and fixed in C/C master branch https://github.com/MariaDB/mariadb-connector-c/commit/85d150eec156275c6468b5de490a65b1e069007c
I forgot however that connectors master branch is not used in server build anymore. I cherry-picked this commit into 10.2-server branch.