MySQL Forums
Forum List  »  Security

Re: Centrify PAM Authentication fails with 'Failed to set user credentials'
Posted by: Jeff Wellman
Date: February 08, 2014 07:55PM

Issac,

Please try configuring your /etc/pam.d/mysql as follows:

#%PAM-1.0
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

Thank you,
Jeff

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Centrify PAM Authentication fails with 'Failed to set user credentials'
3247
February 08, 2014 07:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.