Results 1 to 2 of 2
Dear all,
I am new to linux pam. My distribution is Fedora 7 and now I am testing the use of PAM. As I know, the pam modules will generate ...
- 06-25-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 2
Cannot find the log of PAM Time Module at syslog
Dear all,
I am new to linux pam. My distribution is Fedora 7 and now I am testing the use of PAM. As I know, the pam modules will generate log to syslog and I can find related records tagged with 'pam_access', 'pam_unix' etc at /var/log/secure, but cannot find the one tagged with 'pam_time', only a record showed 'Permission Denied'. So how can I find the exact log of pam time module?? Below is my setting for pam time:
at /etc/pam.d/remote
#%PAM-1.0
auth required pam_securetty.so
auth include system-auth
account required pam_nologin.so
account required pam_time.so
account include system-auth
at /etc/security/time.conf
*;*;testtime;!Al000-2400;
at /var/log/secure
Jun 22 01:46:21 localhost login: pam_unix(remote:auth): authentication failure; logname= uid=0 euid=0 tty=pts/3 ruser= rhost=192.168.0.3 user=testtime
Jun 22 01:46:23 localhost login: FAILED LOGIN 1 FROM 192.168.0.3 FOR testtime, Authentication failure
Jun 22 01:46:27 localhost login: Permission denied
- 06-27-2010 #2Just Joined!
- Join Date
- Jun 2010
- Posts
- 2
anybody can help me, please????


Reply With Quote