Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-8227

simple_password_check_minimal_length gets adjusted without a warning

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 10.1
    • Fix Version/s: 10.1
    • Component/s: Plugins
    • 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.

        Gliffy Diagrams

          Attachments

            Activity

            There are no comments yet on this issue.

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                elenst Elena Stepanova
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: