#%PAM-1.0
# For root login to succeed here with pam_securetty, "rsh" must be
# listed in /etc/securetty.
auth       required	pam_nologin.so
auth       required	pam_securetty.so
auth       optional	pam_env.so

# Uncomment this and comment the following to use rhosts_auth module
#auth       required pam_rhosts_auth.so
auth       include	system-auth

account    include	system-auth
session    include	system-auth
