Puppet Class: secure_windows::stig::v73425
- Defined in:
- manifests/stig/v73425.pp
Overview
This class manages: V-73423 Windows Server 2016 must be configured to audit Account Management - Security Group Management successes. V-73425 Windows Server 2016 must be configured to audit Account Management - Security Group Management failures.
6 7 8 9 10 |
# File 'manifests/stig/v73425.pp', line 6
class secure_windows::stig::v73425 (
Boolean $enforced = false,
) {
# This vulnerability is addressed in secure_windows::stig::v73423
}
|