[SOLVED] Issue with PAM
by teoberi from LinuxQuestions.org on (#53SG7)
I have a lot of lines like this in the "secure" log file:
Quote:
The system is a Slackware64-current server without a graphical interface and does not use ssh keys.
Code:cd /etc/pam.d/
grep -i -n pam\_gnome\_keyring.so *Quote:


Quote:
... auth: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so ... auth: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory ... sshd[...]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory ... sshd[...]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so ... su[...]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory ... su[...]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so |
Code:cd /etc/pam.d/
grep -i -n pam\_gnome\_keyring.so *Quote:
system-auth:15:auth optional pam_gnome_keyring.so system-auth:70:session optional pam_gnome_keyring.so auto_start |