Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1472 - (show annotations) (download)
Tue Aug 2 11:27:35 2011 UTC (12 years, 9 months ago) by niro
File size: 424 byte(s)
-added systemauth pam config
1 #%PAM-1.0
2 # For root login to succeed here with pam_securetty, "rlogin" 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.so
8 auth include system-auth
9 account include system-auth
10 password include system-auth
11 session optional pam_keyinit.so force revoke
12 session required pam_loginuid.so
13 session include system-auth