在 Linux logwatch 記錄檔中發現下以下的錯誤訊息:
——————— Connections (secure-log) Begin ————————
Root logins on tty’s: 2 Time(s).
**Unmatched Entries**
login: PAM adding faulty module: /lib/security/pam_fprintd.so: 2 Time(s)
login: PAM unable to dlopen(/lib/security/pam_
fprintd.so): /lib/security/pam_fprintd.so: cannot open shared object file: No such file or directory: 2 Time(s)
———————- Connections (secure-log) End ————————-[@more@]看起來似乎是找不到這一個檔案
# ls -l /lib/security/pam_fprintd.so
ls: 無法存取 /lib/security/pam_fprintd.so: 沒有此一檔案或目錄
這一個檔案的功用似乎和最近很流行的指紋辨識有關,可是 Linux Server 應該不須要這一項功能
取消方式:
# authconfig –disablefingerprint –update
如果真的須要這一項功能,請安裝下面的套件
# yum install fprintd-pam