Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.3.2
-
Windows 7 x64, german Version in an active directory environment
puppet-agent-1.3.5-x64
-
2
-
Windows 2016-07-27
-
Bug Fix
-
Description
Trying to add an user to local Administrator Group fails with an error message
C:\Temp>puppet apply --verbose -e "user { 'bla': ensure => 'present', comment
|
=> 'bla', groups => ['S-1-5-32-544',], }"
|
or also following version
C:\Temp>puppet apply --verbose -e "user { 'bla': ensure => 'present', comment
|
=> 'bla', groups => ['VORDEFINIERT\Administratoren',], }"
|
Info: Loading facts
|
Notice: Compiled catalog for xxxx in environment production in 0.14 seconds
|
Info: Applying configuration version '1456004269'
|
Error: ADSI connection error: failed to parse display name of moniker `WinNT://VORDEFINIERT/Administratoren,group'
|
HRESULT error code:0x80070035
|
Der Netzwerkpfad wurde nicht gefunden.
|
Wrapped exception:
|
failed to parse display name of moniker `WinNT://VORDEFINIERT/Administratoren,group'
|
HRESULT error code:0x80070035
|
Der Netzwerkpfad wurde nicht gefunden.
|
Error: /Stage[main]/Main/User[bla]/ensure: change from absent to present failed:
|
ADSI connection error: failed to parse display name of moniker `WinNT://VORDEFINIERT/Administratoren,group'
|
HRESULT error code:0x80070035
|
Der Netzwerkpfad wurde nicht gefunden.
|
I've also tried following names Administratoren and hostname\Administratoren
Yes I've to use the german group names, BUILTIN\Administrators and the other english names are not found.