slackware-current/source/kde/post-install/kde-workspace/config/kde-np.pamd
Patrick J Volkerding bd5ac56451 Fri May 22 04:29:34 UTC 2020
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.
2020-05-22 17:59:50 +02:00

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