mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add definition for RestrictRemoteSAM
This commit is contained in:
parent
da980d9bdb
commit
fe92a3a506
1 changed files with 14 additions and 0 deletions
|
@ -664,6 +664,20 @@ class _policy_info(object):
|
|||
},
|
||||
'Transform': self.enabled_one_disabled_zero_transform,
|
||||
},
|
||||
'RestrictRemoteSAM': {
|
||||
'Policy': 'Network access: Restrict clients allowed to '
|
||||
'make remote calls to SAM',
|
||||
'lgpo_section': self.security_options_gpedit_path,
|
||||
'Registry': {
|
||||
'Hive': 'HKEY_LOCAL_MACHINE',
|
||||
'Path': 'System\\CurrentControlSet\\Control\\Lsa',
|
||||
'Value': 'RestrictRemoteSAM',
|
||||
'Type': 'REG_SZ'
|
||||
},
|
||||
'Transform': {
|
||||
'Put': '_string_put_transform'
|
||||
}
|
||||
},
|
||||
'RestrictAnonymous': {
|
||||
'Policy': 'Network access: Do not allow anonymous '
|
||||
'enumeration of SAM accounts and shares',
|
||||
|
|
Loading…
Add table
Reference in a new issue