ayohrling / local_security_policy

Apache License 2.0
6 stars 28 forks source link

(#124) User Rights Assignments are not always idempotent #129

Closed Andy-Adrian closed 1 year ago

Andy-Adrian commented 1 year ago

SIDs are sorted before writing out to the INI file for secedit /CFG, but not on import so the module will detect incorrect changes if the data is not already ordered to match what's returned by secedit /EXPORT. This PR adds a sort after SID translation on import and removes unnecessary sorts before SID translation on both import and export.

Also adds beaker nodesets for Windows 2019 and 2022, and updates the nodeset for 2016.

closes #124 #128

dhs-rec commented 1 year ago

Any idea when this will be merged/released?

Andy-Adrian commented 1 year ago

Any idea when this will be merged/released?

Released to the Forge this morning!

dhs-rec commented 1 year ago

Great, thanks a lot!