Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of GSSAPI protocol connection #1232

Open
PolliO opened this issue Jul 12, 2021 · 0 comments
Open

Add support of GSSAPI protocol connection #1232

PolliO opened this issue Jul 12, 2021 · 0 comments

Comments

@PolliO
Copy link

PolliO commented Jul 12, 2021

Issue description

go-mysql-driver does not support connection by GSSAPI, which is used by Kerberos.

Example code

so, for now while I'm trying to connect to mysql via Kerberos user I failed with default case of auth() method in auth.go :

 default:
                errLog.Print("unknown auth plugin:", plugin)
                return nil, ErrUnknownPlugin
        }

for plugin - auth_gssapi_client

Configuration

Driver version (or git SHA):

Go version: run go version in your console : go1.15.8

Server version: E.g. MySQL 5.6, MariaDB 10.0.20

Server OS: E.g. Debian 8.1 (Jessie), Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant