首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >基于服务器核心密码复杂性的DCPromo

基于服务器核心密码复杂性的DCPromo
EN

Server Fault用户
提问于 2009-07-15 11:55:07
回答 1查看 2.4K关注 0票数 1

我正在尝试将Server2008Core安装提升为一个新域中的域控制器。我有一个无人值守的安装文件,如下所示:

代码语言:javascript
复制
[DCINSTALL]
AutoConfigDNS=Yes
DomainNetBiosName=samlab
NewDomainDNSName=samlab.local
ReplicaOrNewDomain=Domain
NewDomain=Forest
ForestLevel=3
DomainLevel=3
SafeModeAdminPassword:P@ssw0rd1
RebootOnSuccess=Yes

我运行DC广告,并得到一个错误,上面说:

代码语言:javascript
复制
The Directory Services Safe Mode password does not meet the password complexity
requirements of the password policy. Strong passwords require a combination of u
ppercase and lowercase letters, numbers, and symbols. Supply a stronger password

据我所知,我提供的密码应该能够满足复杂性要求,而且我尝试了很多变体,但都没有成功。对于怎样才能满足这一要求,有什么想法吗?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2009-07-15 12:01:53

你真的有一个":“在"SafeModeAdminPassword”线上吗?如果是这样的话,我想你应该用"=“代替。>smile<

票数 4
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/40991

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档