Skip to content

Commit

Permalink
Rename check "NTLMv1" to "LmCompatibilityLevel"
Browse files Browse the repository at this point in the history
  • Loading branch information
François REYNAUD committed Jul 26, 2023
1 parent 19523cd commit d1c38d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cme/modules/wcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def init_checks(self):
'PSCompatibleVersion', '2.0', not_(operator.contains)
)
]]),
ConfigCheck('NTLMv1', 'Checks if NTLMv1 authentication is disabled', checker_args=[[self, (
ConfigCheck('LmCompatibilityLevel', 'Checks if LmCompatibilityLevel is set to 5', checker_args=[[self, (
'HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa',
'LmCompatibilityLevel', 5, operator.ge
)
Expand Down

0 comments on commit d1c38d3

Please sign in to comment.