You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
508 B
14 lines
508 B
6 years ago
|
#%PAM-1.0
|
||
|
# For root login to succeed here with pam_securetty, "rlogin" must be
|
||
|
# listed in /etc/securetty.
|
||
|
auth required pam_nologin.so
|
||
|
auth required pam_securetty.so
|
||
|
auth required pam_env.so
|
||
|
auth sufficient pam_rhosts.so
|
||
|
auth include password-auth
|
||
|
account include password-auth
|
||
|
password include password-auth
|
||
|
session optional pam_keyinit.so force revoke
|
||
|
session required pam_loginuid.so
|
||
|
session include password-auth
|