Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Done
-
None
-
2
-
Windows 2015-04-08, Windows 2015-04-22, Windows 2015-05-06, Windows 2015-05-20
-
Bug Fix
Description
When setting groups using the User resource:
user { "bud":
|
ensure => present,
|
groups => ['BUILTIN\Administrators'],
|
}
|
it runs into issues because it is trying to compare names and not SIDs like the users in a group resource do. It also doesn't allow empty groups like can be done with PUP-3653.
We should enhance it so it has more parity with the groups resource.