1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-7298 plugins.cracklib_password_check test fails

remove the test that depended on the current cracklib dictionary
This commit is contained in:
Sergei Golubchik
2015-11-03 20:59:36 +01:00
parent 4165961d54
commit a716433da3
2 changed files with 0 additions and 10 deletions

View File

@ -31,12 +31,6 @@ show warnings;
Level Code Message Level Code Message
Warning 1819 cracklib: it does not contain enough DIFFERENT characters Warning 1819 cracklib: it does not contain enough DIFFERENT characters
Error 1819 Your password does not satisfy the current policy requirements Error 1819 Your password does not satisfy the current policy requirements
grant select on *.* to foo@foobar identified by 'foobar';
ERROR HY000: Your password does not satisfy the current policy requirements
show warnings;
Level Code Message
Warning 1819 cracklib: it is based on your username
Error 1819 Your password does not satisfy the current policy requirements
grant select on *.* to foobar identified by 'qwerty'; grant select on *.* to foobar identified by 'qwerty';
ERROR HY000: Your password does not satisfy the current policy requirements ERROR HY000: Your password does not satisfy the current policy requirements
show warnings; show warnings;

View File

@ -23,10 +23,6 @@ show warnings;
grant select on *.* to foo@barbar identified by 'barbar'; grant select on *.* to foo@barbar identified by 'barbar';
show warnings; show warnings;
--error ER_NOT_VALID_PASSWORD
grant select on *.* to foo@foobar identified by 'foobar';
show warnings;
--error ER_NOT_VALID_PASSWORD --error ER_NOT_VALID_PASSWORD
grant select on *.* to foobar identified by 'qwerty'; grant select on *.* to foobar identified by 'qwerty';
show warnings; show warnings;