Contents of /trunk/netkit-rsh/rexec.pam
Parent Directory | Revision Log
Revision 97 -
(show annotations)
(download)
Fri Jan 19 23:50:26 2007 UTC (17 years, 9 months ago) by niro
File size: 383 byte(s)
Fri Jan 19 23:50:26 2007 UTC (17 years, 9 months ago) by niro
File size: 383 byte(s)
new files
1 | #%PAM-1.0 |
2 | # For root login to succeed here with pam_securetty, "rexec" must be |
3 | # listed in /etc/securetty. |
4 | auth required pam_nologin.so |
5 | auth required pam_securetty.so |
6 | auth required pam_env.so |
7 | auth sufficient pam_rhosts_auth.so |
8 | auth required pam_unix.so |
9 | account required pam_unix.so |
10 | password required pam_unix.so |
11 | session required pam_unix.so |