mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
bd5ac56451
d/Cython-0.29.19-x86_64-1.txz: Upgraded. kde/kde-workspace-4.11.22-x86_64-9.txz: Rebuilt. kde-np: by default, do not restrict passwordless login for UIDs below 1000, but keep the option to do so in the file commented out. l/ffmpeg-4.2.3-x86_64-1.txz: Upgraded. l/iso-codes-4.5.0-noarch-1.txz: Upgraded. l/v4l-utils-1.20.0-x86_64-1.txz: Upgraded. extra/pure-alsa-system/ffmpeg-4.2.3-x86_64-1_alsa.txz: Upgraded.
12 lines
426 B
Text
12 lines
426 B
Text
#%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
|