NVISOsecurity / posh-dsc-windows-hardening

Windows OS Hardening with PowerShell DSC
GNU General Public License v3.0
271 stars 118 forks source link

Incorrect value for Domain_controller_LDAP_server_signing_requirements #11

Open Jared-J-Kelly opened 3 years ago

Jared-J-Kelly commented 3 years ago

Domain_controller_LDAP_server_signing_requirements should be "Require Signature" not "Require signing"

image

Jared-J-Kelly commented 3 years ago

Created pull request for issue https://github.com/NVISOsecurity/posh-dsc-windows-hardening/pull/12

jc1518 commented 3 years ago

I tested in in Windows 2016. The value is Require Signing

2021-05-27T00:35:55.330572500Z CmdExecution: Stderr: SecurityPolicyDsc\SecurityOption : At least one of the values 'Require Signature' is not supported or valid for property 'Domain_controller_LDAP_server_signing_requirements' on class 'SecurityOption'. Please specify only supported values: None, Require Signing.