<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fripost-ansible/lib/mysql_user, branch master</title>
<subtitle>Fripost ansible scripts</subtitle>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-ansible/'/>
<entry>
<title>Move ansible modules to another directory.</title>
<updated>2015-06-07T00:52:31+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2014-07-06T17:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-ansible/commit/?id=f877db8c189fc0a0c43aa5df9303ad34cceb774e'/>
<id>f877db8c189fc0a0c43aa5df9303ad34cceb774e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spaces in MySQL privileges strings.</title>
<updated>2015-06-07T00:50:50+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-11-25T23:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-ansible/commit/?id=0303e1e30c7746fee9c27180a9fb0a0065b14213'/>
<id>0303e1e30c7746fee9c27180a9fb0a0065b14213</id>
<content type='text'>
In order to allow strings of the form:

    priv="db.table1:SELECT,       UPDATE,DELETE
         /db.table2:SELECT,INSERT,       DELETE"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to allow strings of the form:

    priv="db.table1:SELECT,       UPDATE,DELETE
         /db.table2:SELECT,INSERT,       DELETE"
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for MySQL's Authentication Plugins.</title>
<updated>2015-06-07T00:50:49+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-11-25T22:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-ansible/commit/?id=98f094ac5f59ad223f2dd930fc70c36059d631c8'/>
<id>98f094ac5f59ad223f2dd930fc70c36059d631c8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Imported Ansible's 'mysql_user' module.</title>
<updated>2015-06-07T00:50:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2013-11-25T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-ansible/commit/?id=652b443f210abef9cd1e6d01799533761bd4d484'/>
<id>652b443f210abef9cd1e6d01799533761bd4d484</id>
<content type='text'>
From ref origin/release1.4.0, commit

  2a58c2bbe33236ccfdde9fe7466d8a65956f21a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From ref origin/release1.4.0, commit

  2a58c2bbe33236ccfdde9fe7466d8a65956f21a5
</pre>
</div>
</content>
</entry>
</feed>
