When a Windows server needs to authenticate a domain user with NTLM it asks the local domain controller.
My question is whether that domain controller (assuming the user is in that domain) can process NTLM authentication entirely locally, OR, does it have to forward the request to the primary domain controller to do part of the authentication?
I would have assumed it does it entirely locally but NTLM has been around since NT 4 and the PDC carries PDC Emulator responsibilities. Furthermore DCs are meant to be in constant contact with the PDC otherwise weird things can happen, but that weirdness is not well defined.
The reason I ask is to determine whether specific authentication issues between servers and a DC (that I won't go into here) could be influenced by WAN failures between the DC and the PDC.
Thanks.