Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,10 +827,10 @@ win22cis_ldap_client_integrity: 1
# Log\Microsoft\Windows\NTLM). Configuring this setting to Deny All also conforms to the benchmark.
# The recommended state for this setting is: Audit All.
# Note: Possible Valid Settings
# 1 - Deny All
# 2 - Audit All
# Default: 2
win22cis_restrict_sending_ntlm_traffic: 2
# 1 - Audit All
# 2 - Deny All
# Default: 1
win22cis_restrict_sending_ntlm_traffic: 1

# 2.3.17.2
# win22cis_consent_prompt_behavior_admin is the policy setting controls the behavior of the elevation prompt for administrators.
Expand Down
Loading