通过 RDP 连接时 AD 帐户频繁锁定并出现身份验证错误
AD帐户即使解锁后也经常被锁定。
通过 RDP 连接时还收到错误消息“发生身份验证错误,代码 0x80004005”。请帮助解决解决这两个问题的步骤。谢谢。
AD account is locked out frequently even after unlock.
Also Received error message 'an authentication error has occurred code 0x80004005' when connecting via RDP. Please help with the steps to fix both the issues. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要解决此问题,请参阅此文章。
解决方法 1:
mstsc .exe。
default.rdp
文件保存到桌面上Default.rdp
< /strong> 文件输入记事本。authentication level:i:2
并将其更改为authentication level:i:0
enablecredsspsupport:i:0
default.rdp
连接到远程台式电脑。供参考: 修复:发生身份验证错误(代码:0x80004005) - 远程桌面 (becomethesolution.com)
解决方法 2:
此错误
“身份验证错误已发生代码 0x80004005”
可能是由于 RDP 服务器的 TLS 级别修补不当而发生的。供参考: 如何修复错误“发生身份验证错误(代码0x80004005)”通过 RDP 连接时。 – 艾宾·伊萨克
To fix the issue, please refer this Article.
Workaround 1:
mstsc.exe.
default.rdp
file to your desktopDefault.rdp
file in Notepad.authentication level:i:2
and change it asauthentication level:i:0
enablecredsspsupport:i:0
default.rdp
to connect to remote desktop Computer.For reference : Fix: An Authentication Error Has Occurred (Code: 0x80004005) – Remote Desktop (becomethesolution.com)
Workaround 2 :
This error
"an authentication error has occurred code 0x80004005"
might occur because of improper patching on TLS levels of RDP servers.For reference : How to fix the error “an authentication error has occurred(code 0x80004005)” when connecting through RDP. – Ebin Issac