diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-11-25 23:59:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:49 +0200 |
commit | 98f094ac5f59ad223f2dd930fc70c36059d631c8 (patch) | |
tree | a9642a4cc85604dfa6810dd4cee38d498683c89d /roles/mx/files/etc | |
parent | 652b443f210abef9cd1e6d01799533761bd4d484 (diff) |
Add support for MySQL's Authentication Plugins.
A.k.a "IDENTIFIED WITH ...". The plugin is automatically loaded on first
use.
References:
- https://dev.mysql.com/doc/refman/5.5/en/pluggable-authentication.html
- https://dev.mysql.com/doc/refman/5.5/en/socket-authentication-plugin.html
Sadly as of MySQL 5.5, the "ALTER USER" command does not allow changing
the Authentication Plugin, so we have to manually manipulate
`mysql.user` (and FLUSH PRIVILEGES) instead. See also
http://bugs.mysql.com/bug.php?id=67449
Diffstat (limited to 'roles/mx/files/etc')
0 files changed, 0 insertions, 0 deletions