Magellan Linux

Contents of /trunk/netkit-rsh/rlogin.pam-systemauth

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1721 - (show annotations) (download)
Sat Mar 31 13:19:26 2012 UTC (12 years ago) by niro
File size: 328 byte(s)
-reworked pam auth schema
1 #%PAM-1.0
2 #
3 # For root login to succeed here with pam_securetty, "rlogin" must be
4 # listed in /etc/securetty.
5 #
6
7 auth required pam_securetty.so
8 auth sufficient pam_rhosts.so
9 auth include system-remote-login
10
11 account include system-remote-login
12
13 password include system-remote-login
14
15 session include system-remote-login