「/var/log/secure」を眺めていたところエラーを発見
どうやらsuコマンドでユーザーを変更した際に出力される模様。スイッチユーザーも問題なく動作しているので実害はありませんが、気持ちが悪いので修正をします。
エラーの内容
Aug 26 00:00:00 example.com su: PAM unable to dlopen(/lib64/security/pam_fprintd.so): /lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory
CentOSをminimalインストールした際に発生するようで、以下のコマンドで修正できる。
authconfig --disablefingerprint --update
こちらのサイトを参考にしたました。
http://d.hatena.ne.jp/ono51/20111023/p1
ありがとうございました。