Windows Server 2008(域控制器)本地用户问题
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/729255/
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
Windows Server 2008 (Domain Controller) local user problems
提问by Jesus Fernandez
we have an issue with Windows Server 2008 when using it as a domain controller:
将 Windows Server 2008 用作域控制器时,我们遇到了问题:
We have an application that uses the local Windows database for keeping the user accounts. When a user inserts the username Padminin all systems the login works perfectly. But in Windows Server 2008 (DC) the user is not found. The application doesn't accept domain user accounts.
我们有一个应用程序,它使用本地 Windows 数据库来保存用户帐户。当用户在所有系统中插入用户名Padmin 时,登录工作正常。但是在 Windows Server 2008 (DC) 中找不到用户。该应用程序不接受域用户帐户。
So there is a way to use a domain account as a local account in this machine? Or to create a link or something else?
那么有没有办法在这台机器上使用域帐户作为本地帐户?或者创建一个链接或其他什么?
Thanks,
谢谢,
Best regards.
此致。
回答by Sam Cogan
Once you promote a machine to a Domain Controller, it removes all local accounts. It is not possible to have local accounts on a DC, and it will not authenticate them. You must use Domain accounts.
一旦您将一台机器提升为域控制器,它就会删除所有本地帐户。DC 上不可能有本地帐户,并且不会对其进行身份验证。您必须使用域帐户。