summaryrefslogtreecommitdiffstats
path: root/lib/postmulti
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-11-25 23:59:15 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:49 +0200
commit98f094ac5f59ad223f2dd930fc70c36059d631c8 (patch)
treea9642a4cc85604dfa6810dd4cee38d498683c89d /lib/postmulti
parent652b443f210abef9cd1e6d01799533761bd4d484 (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 'lib/postmulti')
0 files changed, 0 insertions, 0 deletions