Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Add support for MySQL's Authentication Plugins. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | | | | | | | | | | | 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 | |||
* | Imported Ansible's 'mysql_user' module. | Guilhem Moulin | 2015-06-07 | 1 |
From ref origin/release1.4.0, commit 2a58c2bbe33236ccfdde9fe7466d8a65956f21a5 |