Displaying 1 result from an estimated 1 matches for "8007056b".
Did you mean:
8007051b
2013 May 31
4
AD user add to local windows group?
...rdon my noobness to this, but is anyone able to get around this issue<https://projects.puppetlabs.com/issues/15326>
?
group {''testgroup'':
ensure => present,
members => ''DOMAIN\user'',
name => ''test''
}
Yields
OLE error code:8007056B in Active Directory A member could not be added
to or removed from the local group because the member does not exist.
I''m running v3.2.1 and the bug report is from v2.7.17 -- am I doing
something wrong?
--
You received this message because you are subscribed to the Google Groups &qu...