Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-4373

Windows ADSI User groups property should behave similarly to Groups members property

    XMLWordPrintable

Details

    • 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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rob Rob Reynolds
              Eric Thompson Eric Thompson
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support