Re: [Maria-discuss] Password Complexity Plugin

2015-05-01 Thread Adam Scott
Thank you Sergei. I kind of expected that. Was hoping though to get it in upstream for our environment (one can dream!). Colin wanted to know if I got it backported, so I did. I'll chalk it up to a good exercise :) It would be nice to get us to MariaDB 10 but we have a big commitment to 5.5 ri

Re: [Maria-discuss] Password Complexity Plugin

2015-04-30 Thread Sergei Golubchik
Hi, Adam! On Apr 27, Adam Scott wrote: > It's taken some time, but I have backported the simple_password_check > plugin and the password api to MariaDB 5.5 The mysql-test is > succeeding on all but the test of the strict_password_validation > variable. > > My question is, should a pure backport

Re: [Maria-discuss] Password Complexity Plugin

2015-04-27 Thread Adam Scott
It's taken some time, but I have backported the simple_password_check plugin and the password api to MariaDB 5.5 The mysql-test is succeeding on all but the test of the strict_password_validation variable. My question is, should a pure backport include support for strict_password_validation varia

Re: [Maria-discuss] Password Complexity Plugin

2015-01-22 Thread Colin Charles
On 23 Jan 2015, at 00:49, Adam Scott wrote: > I'll see if I can't grab the code and get it to compile for 5.5 unless that's > in the works maybe? this is currently not in the works, so if you try it and it works, do let us know -- Colin Charles, Chief Evangelist, MariaDB Corporation blog: htt

Re: [Maria-discuss] Password Complexity Plugin

2015-01-22 Thread Adam Scott
Serg's a machine! Thanks for getting back. The constraint for us is we are on RHEL SCL which provides us MariaDB 5.5. The extension will get us 90% there for our purposes. For MDEV-6554 you may want to add the ability to prevent 3 or more repeating characters and not match the account id. I'll

Re: [Maria-discuss] Password Complexity Plugin

2015-01-22 Thread Nirbhay Choubey
Hi Adam, On Thu, Jan 22, 2015 at 5:03 PM, Adam Scott wrote: > Hi, > > I noticed MySQL 5.6 has a validate_password plugin. Since it's > open-source, can we add it to MariaDB 5.5. Or is that bad form, a hot > potato, etc.? > > We need the features of this plugin in our environment, and the PAM >

Re: [Maria-discuss] Password Complexity Plugin

2015-01-22 Thread Colin Charles
Hi! On 23 Jan 2015, at 00:03, Adam Scott wrote: > Hi, > > I noticed MySQL 5.6 has a validate_password plugin. Since it's open-source, > can we add it to MariaDB 5.5. Or is that bad form, a hot potato, etc.? > > We need the features of this plugin in our environment, and the PAM > integrati

[Maria-discuss] Password Complexity Plugin

2015-01-22 Thread Adam Scott
Hi, I noticed MySQL 5.6 has a validate_password plugin. Since it's open-source, can we add it to MariaDB 5.5. Or is that bad form, a hot potato, etc.? We need the features of this plugin in our environment, and the PAM integration is looking not a good "fit" (though it's working great). (I'm t