Skip to content

Support authentication plugins #645

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

Merged
merged 1 commit into from
Feb 6, 2015
Merged

Conversation

dveeden
Copy link
Contributor

@dveeden dveeden commented Jan 24, 2015

This uses CREATE USER xxx IDENTIFIED WITH yyy

For tests:
unix_socket is not loaded by default, so this might require:
install plugin unix_socket soname 'auth_socket.so';

The mysql_native_password plugin is available by default and
allows you to also set a password.

Try to make it compatible with MySQL < 5.5.7 it uses version
specific code with "/*!50508 stmt */"

Previous pull request: #640 and rollback: /pull/644

This uses CREATE USER xxx IDENTIFIED WITH yyy

For tests:
 unix_socket is not loaded by default, so this might require:
 install plugin unix_socket soname 'auth_socket.so';

 The mysql_native_password plugin is available by default and
 allows you to also set a password.

Try to make it compatible with MySQL < 5.5.7 it uses version
specific code with "/*!50508 stmt */"
```
mysql_user{ 'myuser'@'localhost':
ensure => 'present',
plugin => 'unix_socket',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this alignment here is incorrect. we only need one space there.

@hunner
Copy link
Contributor

hunner commented Feb 5, 2015

I'm running this through our acceptance tests before merge this time :)

@igalic
Copy link
Contributor

igalic commented Feb 6, 2015

👍 @hunner :D

hunner added a commit that referenced this pull request Feb 6, 2015
Support authentication plugins
@hunner hunner merged commit b3a38a8 into puppetlabs:master Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants