mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
Setting pam_unix and pam_sss to sufficient means that if both fail, control will be passed to the following pam module. If this is pam_permit then permission will be granted even if the previous modules failed. Switch to pam_deny and require it rather than permitting it to be optional - if sss or unix succeed, we'll jump out before we get to this point.
Description
Languages
Shell
93%
Python
6.9%