puppetのドキュメントに従って可能なローカル管理者グループにWindowsドメインユーザーアカウントを設定しようとしています。
user { 'DOMAIN\user':
groups => ['Administrators'],
}
SIDを使用してみましたが結果はありませんでした。最新のPuppet2.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.