我正在尝试为本地管理员组设置一个 Windows 域用户帐户,根据 puppet 文档是可能的。
user { 'DOMAIN\user':
groups => ['Administrators'],
}
我尝试使用 SID 没有结果。我正在使用最新的 Puppet 2.7.19
err: /Stage[main]/Teamcity_base/User[S-1-5-21-1759977473-2015113658-625696398-26
038]/ensure: change from absent to present failed: User update failed: SetInfo
OLE error code:8007089A in Active Directory
The specified username is invalid.
HRESULT error code:0x80020009
Exception occurred.