Re: Authentication Plugin - GSSAPI We are following the instruction while connecting facing below error ERROR 1105 (HY000): Client GSSAPI error (major 851968, minor 0) : gss_init_sec_context - Unspecified GSS failure. Minor code may provide more information. 3 years, 5 months ago Les Peac...
auth_gssapi_client Theauth_gssapi_clientclient authentication plugin receives the principal name from the server, and then uses either thegss_init_sec_contextfunction (on Unix) or theInitializeSecurityContextfunction (on Windows) to establish a security context on the client. ...