Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1472 - (hide annotations) (download)
Tue Aug 2 11:27:35 2011 UTC (12 years, 9 months ago) by niro
File size: 421 byte(s)
-added systemauth pam config
1 niro 1472 #%PAM-1.0
2     # For root login to succeed here with pam_securetty, "rsh" 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