Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.3.10.6 #83

Open
jpboyce opened this issue May 23, 2019 · 1 comment
Open

2.3.10.6 #83

jpboyce opened this issue May 23, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jpboyce
Copy link
Owner

jpboyce commented May 23, 2019

https://ci.appveyor.com/project/jpboyce/cb-cis-windows-2016#L1868

@jpboyce jpboyce self-assigned this May 23, 2019
@jpboyce jpboyce added the bug Something isn't working label May 23, 2019
@jpboyce
Copy link
Owner Author

jpboyce commented May 23, 2019

# 2.3.10.6 (L1) Configure 'Network access: Named Pipes that can be accessed anonymously'
registry_key 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters' do
values [{ name: 'NullSessionPipes', type: :multi_string, data: [] }]
action :create
only_if { node['cb_cis_windows_2016']['cis_level_1'] }
end

# 2.3.10.6 (L1) Configure 'Network access: Named Pipes that can be accessed anonymously'
registry_key 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters' do
  values [{ name: 'NullSessionPipes', type: :multi_string, data: [] }]
  action :create
  only_if { node['cb_cis_windows_2016']['cis_level_1'] }
end

Setting appears to apply but is failing in test. Commenting out test for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant