[MDEV-8227] simple_password_check_minimal_length gets adjusted without a warning Created: 2015-05-26  Updated: 2016-07-13  Resolved: 2016-07-13

Status: Closed
Project: MariaDB Server
Component/s: Plugins
Affects Version/s: 10.1
Fix Version/s: 10.1.16

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None


 Description   

MariaDB [test]> set global
    ->   simple_password_check_digits = 1,
    ->   simple_password_check_letters_same_case = 1,
    ->   simple_password_check_other_characters = 1;
Query OK, 0 rows affected (0.00 sec)
 
MariaDB [test]> 
MariaDB [test]> set global
    ->   simple_password_check_minimal_length = 0;
Query OK, 0 rows affected (0.00 sec)
 
MariaDB [test]> show warnings;
Empty set (0.00 sec)
 
MariaDB [test]> select @@simple_password_check_minimal_length;
+----------------------------------------+
| @@simple_password_check_minimal_length |
+----------------------------------------+
|                                      4 |
+----------------------------------------+
1 row in set (0.00 sec)

simple_password_check_minimal_length gets adjusted depending on other variables, which is very smart, but please produce a warning when it's done.


Generated at Thu Feb 08 07:25:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.