Comments - Authentication Plugin - PAM

9 years ago M G

This worked with Centrify using this configuration for /etc/pam.d/mysql:

auth include system-auth 
account required pam_nologin.so 
account include system-auth 
password include system-auth 
session optional pam_keyinit.so force revoke 
session include system-auth 
session required pam_loginuid.so 

Thanks to http://forums.mysql.com/read.php?30,604795,606085#msg-606085 for the solution

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.