Document client plugin_dir setting
Bug #901242 reported by
patlik lindqvist
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-pam-for-mysql |
Fix Released
|
Medium
|
Hrvoje Matijakovic |
Bug Description
plugin_dir is set in my.cnf
plugin_dir is set in mysqld_safe file
When 'show variable like 'plugin_dir' it shows the right dir
When echo from mysqld_safe on startup it got the right dir.
auth_pam.so is in the right plugin_dir
The plugin is loaded and active.
BUT when try to log in with user created with 'IDENTIFIED WITH auth_pam_server' i get error:
ERROR 2059 (HY000): Authentication plugin 'auth_pam' cannot be loaded: /usr/local/
So where does it get that location for the plugin dir??? The dir dosent exists.
The databas and pam plugin is from the binary release.
Related branches
lp://staging/~hrvojem/percona-pam-for-mysql/bug901242
- Laurynas Biveinis (community): Approve
- Diff: 0 lines
Changed in percona-pam-for-mysql: | |
assignee: | nobody → Valentine Gostev (longbow) |
Changed in percona-pam-for-mysql: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → percona-full-pam |
Changed in percona-pam-for-mysql: | |
assignee: | Valentine Gostev (longbow) → Hrvoje Matijakovic (hrvojem) |
Changed in percona-pam-for-mysql: | |
status: | Triaged → In Progress |
tags: | added: doc |
Changed in percona-pam-for-mysql: | |
status: | In Progress → Fix Committed |
Changed in percona-pam-for-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for the bug report.
Can you paste the relevant part of SHOW PLUGINS output, SELECT user,host, plugin, authentication_ string FROM mysql.user WHERE user LIKE "your_pam_ authenticated_ user", and "ls -l" in your plugin directory?