Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
MySQL auth_socket plugin supports logging in as a different user:
alter user backup identified with auth_socket as 'root';
This way, the backup script could run as root, and the permissions the backup tool has is the permissions of the 'backup' user. This avoids storing a backup user password into a configuration file, improving security.
Please implement the MariaDB unixsocket authentication plugin to supprort logging in as a different user as well.
Attachments
Issue Links
- duplicates
-
MDEV-33479 Extend Unix socket authentication to support authentication_string
- Closed