Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a716433d
Commit
a716433d
authored
Nov 03, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-7298 plugins.cracklib_password_check test fails
remove the test that depended on the current cracklib dictionary
parent
4165961d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
mysql-test/suite/plugins/r/cracklib_password_check.result
mysql-test/suite/plugins/r/cracklib_password_check.result
+0
-6
mysql-test/suite/plugins/t/cracklib_password_check.test
mysql-test/suite/plugins/t/cracklib_password_check.test
+0
-4
No files found.
mysql-test/suite/plugins/r/cracklib_password_check.result
View file @
a716433d
...
...
@@ -31,12 +31,6 @@ show warnings;
Level Code Message
Warning 1819 cracklib: it does not contain enough DIFFERENT characters
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';
ERROR HY000: Your password does not satisfy the current policy requirements
show warnings;
...
...
mysql-test/suite/plugins/t/cracklib_password_check.test
View file @
a716433d
...
...
@@ -23,10 +23,6 @@ show warnings;
grant
select
on
*.*
to
foo
@
barbar
identified
by
'barbar'
;
show
warnings
;
--
error
ER_NOT_VALID_PASSWORD
grant
select
on
*.*
to
foo
@
foobar
identified
by
'foobar'
;
show
warnings
;
--
error
ER_NOT_VALID_PASSWORD
grant
select
on
*.*
to
foobar
identified
by
'qwerty'
;
show
warnings
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment