Skip to content

Commit

Permalink
Issue#78 - Do not display network selection UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Vincent committed Aug 27, 2019
1 parent a2eea27 commit cab4035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ local_security_policy { 'System cryptography: Use FIPS compiant algorithms for e
Device authentication behavior using certificate
Devices: Restrict floppy access to locally logged-on user only
Do not allow password expiration time longer than required by policy
Do not display network selection UI
Domain member: Digitally encrypt or sign secure channel data (always)
Domain member: Digitally encrypt secure channel data (when possible)
Domain member: Digitally sign secure channel data (when possible)
Expand Down
5 changes: 5 additions & 0 deletions lib/puppet_x/lsp/security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,11 @@ def self.lsp_mapping
:policy_type => 'Registry Values',
:reg_type => '1',
},
'Do not display network selection UI' => {
:name=> 'MACHINE\Software\Policies\Microsoft\Windows\System\DontDisplayNetworkSelectionUI',
:policy_type => 'Registry Values',
:reg_type => '1',
},
'Domain member: Digitally encrypt or sign secure channel data (always)' => {
:name => 'MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters\RequireSignOrSeal',
:policy_type => 'Registry Values',
Expand Down

0 comments on commit cab4035

Please sign in to comment.