[MDEV-33387] Require Multiple Authentication Plugins Concurrently - MFA Created: 2022-11-08  Updated: 2024-02-05

Status: Open
Project: MariaDB Server
Component/s: Authentication and Privilege System
Fix Version/s: 11.6

Type: New Feature Priority: Major
Reporter: Juan Assignee: Oleksandr Byelkin
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Ability to require multiple authentication steps concurrently for specific users, the compliment of the new OR logic, for example, forcing a user to log in with both Unix Socket and mysql_native_password together to be able to start a session:

CREATE USER root@localhost IDENTIFIED VIA unix_socket AND mysql_native_password;


Generated at Thu Feb 08 10:38:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.