blob: 198af45fbdec332c5639372c85c3793cd78fa78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so
# Uncomment this line to restrict autologin to users with a UID greater
# than 999 (in other words, don't allow autologin for root):
#auth required pam_succeed_if.so uid >= 1000 quiet
auth required pam_permit.so
account include system-auth
password include system-auth
session include system-auth
|