mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
11 lines
292 B
Text
11 lines
292 B
Text
|
#%PAM-1.0
|
||
|
auth requisite pam_nologin.so
|
||
|
auth required pam_env.so
|
||
|
|
||
|
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
|