Magellan Linux

Annotation of /trunk/netkit-rsh/rsh.pam-systemauth

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1721 - (hide annotations) (download)
Sat Mar 31 13:19:26 2012 UTC (12 years, 1 month ago) by niro
File size: 354 byte(s)
-reworked pam auth schema
1 niro 1472 #%PAM-1.0
2 niro 1721 #
3 niro 1472 # For root login to succeed here with pam_securetty, "rsh" must be
4     # listed in /etc/securetty.
5 niro 1721 #
6    
7 niro 1472 auth required pam_securetty.so
8 niro 1721
9     # Uncomment this and comment the following to use rhosts_auth module
10     #auth required pam_rhosts.so
11     auth include system-remote-login
12    
13     account include system-remote-login
14     session include system-remote-login