You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Security Descriptor provides SID of built-in users and user groups, however, it could also return SID of Windows Services which are required for certain controls in the Stig Windows Server 2019 profile.
Possible Solution
Refactoring get_sid private method by adding the following LOCs to retrieve Service sid when it is unable to find user or user group SID
Describe the problem
Currently, Security Descriptor provides SID of built-in users and user groups, however, it could also return SID of Windows Services which are required for certain controls in the Stig Windows Server 2019 profile.
Possible Solution
Refactoring
get_sid
private method by adding the following LOCs to retrieve Service sid when it is unable to find user or user group SIDThe text was updated successfully, but these errors were encountered: