[Maria-discuss] Can't build mariadb 10.5 without gssapi?

21 Apr
2021
21 Apr
'21
8:40 p.m.
G’day there. So, I was trying to turn off the auth_gssapi plugin which we aren’t using in our build of mariadb 10.5.8. However, adding -DPLUGIN_AUTH_GSSAPI=NO, which is how I've turned off multiple other plugins, seems to have no effect. It still searches for gssapi, and then later builds auth_gssapi_client. Is there an issue/defect open yet that this plugin can't be disabled, or have I done something incorrectly to turn it off? - Chris

27 May
27 May
11:24 a.m.
Hi, Chris! On Apr 21, Chris Ross (cross2) wrote:
-DPLUGIN_AUTH_GSSAPI=NO disables server gssapi plugin. The client plugin is part of libmariadb, it seems that -DAUTH_GSSAPI_PLUGIN_TYPE=OFF should disable it. Regards, Sergei VP of MariaDB Server Engineering and security@mariadb.org
1436
Age (days ago)
1472
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Ross (cross2)
-
Sergei Golubchik