![afpd[]: PAM audit_log_acct_message() 失败: 操作不允许](https://linux22.com/image/755524/afpd%5B%5D%3A%20PAM%20audit_log_acct_message()%20%E5%A4%B1%E8%B4%A5%3A%20%E6%93%8D%E4%BD%9C%E4%B8%8D%E5%85%81%E8%AE%B8.png)
我试图在 /var/log/auth 中调试这个错误,但我不知道在哪里查看。
Jul 27 06:44:30 server afpd[6463]: PAM audit_log_acct_message() failed: Operation not permitted
系统日志看起来不错:
Jul 27 06:43:39 server afpd[6463]: AFP3.3 Login by demouser
Jul 27 06:44:30 server afpd[6463]: AFP logout by demouser
Jul 27 06:44:30 server afpd[6463]: AFP statistics: 42948.28 KB read, 76711.14 KB written
Jul 27 06:44:30 server afpd[6463]: done
错误似乎发生在 AFP 会话关闭时。不过,我没有注意到登录或文件传输方面存在任何问题。值得一提的是,身份验证是通过 LDAP 服务器进行的。有什么想法可以确定问题出在哪里吗?