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:
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user