+++ This bug was initially created as a clone of Bug #1138843 +++ Description of problem: These two plugins should be in mariadb-libs package not in mariadb-server: /usr/lib64/mysql/plugin/dialog.so /usr/lib64/mysql/plugin/mysql_clear_password.so They are needed by the mysql client, for example without dialog.so you can't connect using a pam authenticated account. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Install mariadb package only (without mariadb-server). 2. Try to connect to a mariadb server on other host with pam authentication using the mysql cli client. Actual results: Client can't find dialog.so library. Expected results: Successful connection. Additional info: