Article 53SG7 [SOLVED] Issue with PAM

[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:
... 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
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:
system-auth:15:auth optional pam_gnome_keyring.so
system-auth:70:session optional pam_gnome_keyring.so auto_start
latest?d=yIl2AUoC8zA latest?i=XGWlpf8fGHU:kUCXmCbegv0:F7zBnMy latest?i=XGWlpf8fGHU:kUCXmCbegv0:V_sGLiP latest?d=qj6IDK7rITs latest?i=XGWlpf8fGHU:kUCXmCbegv0:gIN9vFwXGWlpf8fGHU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments