Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.25, 10.1.40, 10.3.16, 10.4.6
-
None
Description
If pam_use_cleartext_plugin is configured on the server, and if you have an error in your PAM service configuration, similar to the following:
$ cat /etc/pam.d/mariadb
|
auth required pam_unix.so audit
|
auth required pam_unix.so audit
|
Then the client receives an empty error message if you try to use PAM authentication:
$ mysql -u alice --plugin-dir=/usr/lib64/mysql/plugin
|
ERROR:
|
Attachments
Issue Links
- relates to
-
MDEV-19880 pam v1: pam password authentication doesn't work at all in MariaDB 10.4
- Closed
-
MDEV-19881 pam plugin from MariaDB 10.3 doesn't work with MariaDB 10.4
- Open
-
MDEV-19876 pam v2: auth_pam_tool_dir and auth_pam_tool permissions are wrong in RPMs
- Closed
-
MDEV-19877 pam v2: auth_pam_tool input format is not user friendly for debugging
- Open
-
MDEV-19878 pam v2: pam password authentication doesn't work at all
- Closed
-
MDEV-19882 pam v2: auth_pam_tool truncates passwords that are not null-terminated
- Closed
-
MDEV-19898 PAM plugin testing
- Stalled