Bug 1405991

Summary: dialog.so and mysql_clear_password.so should be in mariadb-libs package
Product: [Fedora] Fedora Reporter: Alfredo Moralejo <amoralej>
Component: mariadbAssignee: Michal Schorm <mschorm>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: databases-maint, dciabrin, hhorak, jakub.dornak, jdornak, jscotka, jstanek, mbayer, mmuzila, mschorm, ovasik, pomyk, praiskup, qe-baseos-daemons
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1138843 Environment:
Last Closed: 2016-12-19 13:40:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alfredo Moralejo 2016-12-19 12:48:28 UTC
+++ 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: