configpolicy/roles/system-auth
Dustin 27b172f083 r/system-auth: skip session winbind for local users
If winbind is unable to communicate with any domain controller, the
`pam_winbind.so` module will time out.  In _auth_ and _account_ context,
this was not an issue, at least for local users, because other modules
terminated the stack before `pam_winbind.so` was called.  In _session_
context, though, nothing terminated the stack at all, so
`pam_winbind.so` was called unconditionally.  This prevented even _root_
from logging in on the console.  This made troubleshooting difficult,
especially for the VM hosts, when the domain controllers were down.
2024-08-13 21:04:42 -05:00
..
defaults roles/system-auth: Configure PAM system authentication 2018-03-11 18:16:17 -05:00
tasks r/system-auth: Tag install tasks 2023-10-21 22:16:28 -05:00
templates r/system-auth: skip session winbind for local users 2024-08-13 21:04:42 -05:00
vars roles/system-auth: Configure PAM system authentication 2018-03-11 18:16:17 -05:00