Forum Discussion
Squirrel215
Apr 12, 2022Copper Contributor
NTLM Blocking on Windows 10 21H1 breaks some group policies, specifically allow/deny log on locally
I'm struggling with blocking NTLM outbound from workstations, as it appears that some group policy processing, specifically the user rights assignments, requires it. I've been able to replicate thi...
Jerichoo
Apr 13, 2026Brass Contributor
You've identified a very specific and challenging issue. Based on your detailed testing, you are correct: the Windows Local Security Authority (LSA) process, which handles user logons and enforces Group Policy's user rights assignments, falls back to NTLM when it cannot use Kerberos. This is a core behavior of the Windows security architecture, not a bug.