Hi Mohamed Atef Abdrabou Elessawy,
Just checking in, were you able to get the issue resolved? If so, it would be great if you could mark the answer as Accepted so others in the community can benefit from your experience. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
when i try to access share/RDP from one server to another , the server keep asking me about user an password (authentication loop) , however the user and password are correct , same issue for domain and local user , no firewall between them .
Hi Mohamed Atef Abdrabou Elessawy,
Just checking in, were you able to get the issue resolved? If so, it would be great if you could mark the answer as Accepted so others in the community can benefit from your experience. Thank you!
Hi Mohamed Atef Abdrabou Elessawy,
An authentication loop when accessing shares or RDP, even with correct credentials, usually points to a Kerberos or NTLM authentication problem rather than a firewall or password mismatch. Common causes include mismatched DNS resolution, duplicate SPNs (Service Principal Names), or time synchronization issues between the servers. Verify that both servers can resolve each other’s names correctly and that their clocks are synchronized within five minutes, as Kerberos is sensitive to time drift.
For RDP, ensure that the Network Level Authentication (NLA) setting is consistent across both servers. For file shares, check whether the target server is enforcing NTLM restrictions or requires Kerberos only. Running klist purge and then reconnecting can also help clear cached tickets. If the issue persists, reviewing the Event Viewer > Security logs on the target server will provide more detail on which authentication method is failing.
I hope this helps clarify the situation. If you find this answer useful, please hit “Accept Answer” so I know your issue is resolved 😊. Thank you!
Jason.