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

Expose windows client authentication #1018

Merged
merged 1 commit into from
Jan 6, 2019
Merged

Conversation

kanayo
Copy link
Contributor

@kanayo kanayo commented Dec 14, 2018

Verified that this works by:

  • Enabling the windows auth plugin in mySQL Enterprise version
  • In mySQL, create a user that references a Windows username
  • In Rails db config, set the username to the mySQL username, no password, default_auth = 'authentication_windows_client'
  • Running Rails as the Windows user from step 2

@sodabrew sodabrew modified the milestones: 0.6.0, 0.5.3 Jan 6, 2019
@sodabrew sodabrew merged commit 98304cb into brianmario:master Jan 6, 2019
BupycHuk pushed a commit to BupycHuk/mysql2 that referenced this pull request Feb 21, 2019
jeremy added a commit to jeremy/mysql2 that referenced this pull request Mar 5, 2019
* upstream/master:
  Expose windows client authentication (brianmario#1018)
  Fix code snippet (brianmario#1002)
  Add CentOS on Travis CI. (brianmario#989)
  Bump version to 0.5.2
  Travis apt-get update for MySQL 5.5 install
  Updating the mysql2_mysql_enc_to_rb conversion table to 8.0 List (brianmario#976)
  Add default-libmysqlclient-dev to the likely packages list
  Bump version to 0.5.1
  Use the prepared statement performance schema if available (brianmario#960)
  README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher
  README be sure to read about the known limitations of prepared statements
  Add missing FREE_BINDS to prepared statement streaming error case (brianmario#958)
  Fix with --with-mysql-dir (brianmario#952)
  Prevent command out of sync errors with Prepared Statements (brianmario#958)
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

Successfully merging this pull request may close these issues.

2 participants