|
at: Authentication Failure
Over my objections, some of our users want to use at on one of the servers. So I put their usernames in the /etc/at.allow file, but when they try to run at, they get:
$ at
PAM authentication failure: Authentication failure
You do not have permission to use at.
The /etc/at.allow file looks fine. Restarting atd doesn't help. No error messages get logged in /var/log/messages.
So questions:
Does anyone know why I would be getting a PAM authentication failure?
Is there any way to configure atd logging so I can trace exactly why it's failing?
Here's the /etc/pam.d/atd file, just in case:
auth sufficient pam_rootok.so
auth required pam_env.so
auth include system-auth
account include system-auth
session include system-auth
session required pam_loginuid.so
Thanks.
|