zoukankan      html  css  js  c++  java
  • Unable to Save Credentials Password For Remote Desktop(RDP)

    Link:Unable to Save Credentials Password For Remote Desktop(RDP)


    “Your system administrator does not allow the use of saved credentials to log on to the remote computer terminal.server.com because its identity is not fully verified. Please enter new credentials.”

    Reason: This happens when trying to connect to a computer / server in another domain and no trust relationships exists. Windows then steps back to use NTLM and the default domain machine policy prohibits use of saved credentials. You can change this domain based or for a individual machine:

    This security measure could frustrating when you connect and disconnect a lot to the same (or many) terminal server. To get rid of it and to be able to use saved credentials in this situation you need to configure the following:


    Doesn't matter how many times you have check the box save "password credentials". The very next time you try to login via RDP again and it will prompt for a password to be typed in.

    Solution:

    Open local policy edititor. Go to start ->run -> type gpedit.msc
    Then Navigate to:
    Computer Configuration ->Administrative Templates ->System -> Credentials Delegation
    Then on the sixth line on the right side double click on "Allow Delegating Saved Credentials with
    NTLM-only Server Authentication"

    Click Enable and click on the Show button then in the Value box typeTERMSRV/terminalserver.domain.com
    substitue terminalserver with your actual terminal server name.

    Add “TERMSRV/” to the server list, then your domain, example: TERMSRV/mydomain.com. You can use one wildcard (*) in a name. For example to enable the setting on all servers in “mydomain.com” type “TERMSRV/*.mydomain.com” or for all servers use: TERMSRV/*


    When finished, go to cmd console and type gpupdate to update the new policy or restart the computer.
    Next time you try to login to the terminal server it won't ask password again.




    作者:Angelo Lee
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
  • 相关阅读:
    httpRuntime 元素(ASP.NET 设置架构)
    Mac OS X Lion下配置Tomcat7
    MyEclipse集成SVN插件subclipse
    Mac OS X 窗口操作快捷键
    Ubuntu的个人使用总结
    ubuntu10.04下audacious2.4源码编译过程(解决2.3cue的bug)
    XAMPP和Mysql共存的方法
    wine qq2010面板上的邮箱和空间问题
    VS2010以及vs10sp1安装问题
    css之盒模型
  • 原文地址:https://www.cnblogs.com/yefengmeander/p/2887642.html
Copyright © 2011-2022 走看看