mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Pre requiste MDEV-9245: add host to validate password interface
Hostname added to the interface. Cracklib plugin fixed according to the new interface.
This commit is contained in:
@@ -649,6 +649,7 @@ struct st_mariadb_password_validation
|
||||
{
|
||||
int interface_version;
|
||||
int (*validate_password)(const MYSQL_CONST_LEX_STRING *username,
|
||||
const MYSQL_CONST_LEX_STRING *password);
|
||||
const MYSQL_CONST_LEX_STRING *password,
|
||||
const MYSQL_CONST_LEX_STRING *hostname);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user