windows 使用 IE8 进行身份验证时更改域
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1371997/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Change domain when authenticating with IE8
提问by Martin Larsson
When I try to login to our WSS demo site the authentication popup forces me to use the domain I'm currently using on my local computer. The WSS site does not have the same domain.
当我尝试登录到我们的 WSS 演示站点时,身份验证弹出窗口迫使我使用我当前在本地计算机上使用的域。WSS 站点没有相同的域。
I'm running IE8 on Windows 7. How do I change the domain!?
我在 Windows 7 上运行 IE8。如何更改域!?
回答by Martin Larsson
One of my collegues helped me and now I feel like an idiot!
我的一位同事帮助了我,现在我觉得自己像个白痴!
In IE8 the authentication popup first wants you to login as your domain user but you also have the choice to "Use another account". When clicking that choice your local domain is displayed below the texbox like "Domain: LOCALDOMAIN". And when you start typing "MYDOMAIN\xyz" in the username box it changes to "Domain: MYDOMAIN"!
在 IE8 中,身份验证弹出窗口首先要求您以域用户身份登录,但您也可以选择“使用另一个帐户”。单击该选项时,您的本地域将显示在文本框下方,如“域:LOCALDOMAIN”。当您开始在用户名框中键入“MYDOMAIN\xyz”时,它会更改为“域:MYDOMAIN”!
Simple as that!
就那么简单!
You will have to type the domain name in ALL CAPITALS, otherwise it does not take it
域名必须全部大写,否则不取
回答by Chase Oliphant
Posting this answer in case others stumble upon the same search with the same problem.
发布此答案以防其他人偶然发现相同问题的相同搜索。
If you have an Azure VM and you did not establish a domain for the VM but the Windows Security popup is defaulting to your Windows Authentication credentials. You can omit the domain by using
如果您有 Azure VM 并且没有为 VM 建立域,但 Windows 安全弹出窗口默认为您的 Windows 身份验证凭据。您可以通过使用省略域
"...\[yourLoginName]"
“...\[您的登录名]”
where [yourLoginName] is the VM username that you initially setup in Azure.
其中 [yourLoginName] 是您最初在 Azure 中设置的 VM 用户名。