In a previous post, I noted that the new new password verification plugin in MySQL 5.6 provides a basis for implementing a more comprehensive password policy. Most notably, password policies include requirements around password strength, duration, and reuse. While the password validation plugin focuses on password strength policy components, there are ways to roll your own processes in support of password expiration and reuse policy components. Unlike the password verification plugin, the tools I will describe below don’t hook directly into account maintenance commands.
You can download the full .SQL file (in a .ZIP package) here, and I’ll walk through the various …
[Read more]