Skip to content

Commit

Permalink
Merge pull request #8525 from vitessio/fatih-fix-error-message
Browse files Browse the repository at this point in the history
go/mysql/auth: fix error message for wrong auth method.
  • Loading branch information
harshit-gangal authored Jul 23, 2021
2 parents 48da281 + 89974f7 commit a787cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/mysql/auth_server_clientcert.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func newAuthServerClientCert() *AuthServerClientCert {
case MysqlDialog:
authMethod = NewMysqlDialogAuthMethod(ascc, ascc, "")
default:
log.Exitf("Invalid mysql_ldap_auth_method value: only support mysql_clear_password or dialog")
log.Exitf("Invalid mysql_clientcert_auth_method value: only support mysql_clear_password or dialog")
}

ascc.methods = []AuthMethod{authMethod}
Expand Down

0 comments on commit a787cd1

Please sign in to comment.