我有一个windows服务器2008 R2机器已被configuration为远程用户login。 我已经做了一个政策上的改变,以便证件代表团可以工作。 我已经做了类似的configuration在Windows Server 2012 R2上,它没有任何问题。
完成的更改: https : //blogs.technet.microsoft.com/enterprisemobility/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections/
Windows Server 2008 R2在最新的Windows版本中使用修补程序进行更新。
问题是,即使我在rdp文件中包含正确的数据我的凭据委托不工作。
编辑-1
以下是用于连接到服务器的rdp
redirectsmartcards:i:1 redirectcomports:i:0 enablecredsspsupport:i:1 autoreconnection enabled:i:1 connection type:i:5 authentication level:i:0 full address:s:192.168.1.198 server port:i:3389 password 51:b: username:s:.\test1
该文件启用了credssp标志,以便在对远程机器进行身份validation时使用Windows凭据pipe理器。
我刚才有这个问题,AFAIR我刚从这个链接重新configuration它http://blog.powershell.no/2009/12/25/single-sign-on-to-remote-desktop-services/第二次它的工作好。
那里有什么错误?
此问题已通过从rdp文件中删除密码令牌得到解决。
问题是因为在同一个文件中同时使用了密码标签和enablecredsspsupport标签。 从文件中删除密码标记后,credsspfunction开始工作。