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.
11 lines
699 B
11 lines
699 B
#%PAM-1.0 |
|
auth sufficient /lib/security/$ISA/pam_rootok.so |
|
# Uncomment the following line to implicitly trust users in the "wheel" group. |
|
#auth sufficient /lib/security/$ISA/pam_wheel.so trust use_uid |
|
# Uncomment the following line to require a user to be in the "wheel" group. |
|
#auth required /lib/security/$ISA/pam_wheel.so use_uid |
|
auth required /lib/security/$ISA/pam_stack.so service=system-auth |
|
account required /lib/security/$ISA/pam_stack.so service=system-auth |
|
password required /lib/security/$ISA/pam_stack.so service=system-auth |
|
session required /lib/security/$ISA/pam_stack.so service=system-auth |
|
session optional /lib/security/$ISA/pam_xauth.so
|
|
|