[MDEV-17118] unknown option --pam-use-cleartext-plugin Created: 2018-09-02 Updated: 2018-09-02 Resolved: 2018-09-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian, Plugin - pam |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Nicolas Peugnet | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I am trying tu use the PAM authentication plugin with my MariaDb server.
I think that the --pam_use_cleartext_plugin option would correct this error in disabling the dialog authentication plugin for PAM from what I understood of the docs : https://mariadb.com/kb/en/library/authentication-plugin-pam/#mysql-cleartext-plugin But I get:
What am I doing wrong ? |
| Comments |
| Comment by Sergei Golubchik [ 2018-09-02 ] | ||
|
PAM plugin is a server plugin that instructs the client to use the dialog or a mysql_cleartext_password plugin. The manual says
Because PAM is the server plugin, you need to use --pam-use-cleartext-plugin on the server, not on the client. | ||
| Comment by Nicolas Peugnet [ 2018-09-02 ] | ||
|
Thank you very much, I really thought it was a client option to ask the server to use cleartext instead of dialog.
|