Oleksandr Byelkin
15a2ff1231
MDEV-26647 (simple_password_check) Include password validation plugin information in the error message if the SQL statement is not satisfied password policy
...
Make the plugin reporting cause of the error.
2022-07-27 16:04:20 +02:00
Nirbhay Choubey
1512078a7a
MDEV-9851: CREATE USER w/o IDENTIFIED BY clause causes crash when using cracklib plugin
...
Do not allow NULL password to pass directly to password
validation plugin.
2016-05-05 09:19:40 -04:00
Sergei Golubchik
4db2ebb1fe
MDEV-9940 CREATE ROLE blocked by password validation plugin
2016-05-05 01:05:05 +02:00
Sergei Golubchik
68910e7092
MDEV-9273 ERROR 1819 on grant statment for existing user
...
Cannot do password validation in fix_lex_user(), we don't know
there what "GRANT ... TO user" means - creating a new user with
an empty password (need validation) or granting privileges
to an existing user (no validation needed).
Move validation down into replace_user_table(). And copy into
check_change_password().
2016-01-25 22:57:53 +01:00
Sergei Golubchik
7516a3c7f4
strict_password_validation
2014-12-04 10:41:55 +01:00
Sergei Golubchik
b814046719
validate SET PASSWORD
2014-12-04 10:41:55 +01:00
Sergei Golubchik
8934794a70
password validation function in sql_acl.cc
2014-12-04 10:41:54 +01:00
Sergei Golubchik
c98b2b393d
password validation plugin type and a simple plugin
2014-12-04 10:41:54 +01:00