Add definition for RestrictRemoteSAM

This commit is contained in:
twangboy 2018-11-13 13:14:58 -07:00
parent da980d9bdb
commit fe92a3a506
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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',