HomePhorge

(#9328) Retrieve user and group SIDs on windows.
6533292f766eUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(#9328) Retrieve user and group SIDs on windows.

This commit implements the ID get-method for Windows 'user' and
'group' providers. Prior to this commit, 'puppet resource {user,group}'
would not return an id property for each resource. With this change,
the Windows user/group security identifier (SID) is provided as the id.

The uid and gid properties are read only. Setting these values is still
not supported for Windows providers, and attempting to set either
property will result in a failure message. Attempting to set the
user 'gid' or 'shell' properties will likewise fail.

Spec tests have been updated.

Details

Event Timeline

Cameron Thomas <cameron@puppetlabs.com> committed rPU6533292f766e: (#9328) Retrieve user and group SIDs on windows. (authored by Cameron Thomas <cameron@puppetlabs.com>).Sep 29 2011, 8:04 PM