* Thu Nov 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- disable access to list of users without being logged in [SME: 12765]
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
# 0 allows to retrieve the list of users without being logged on the domain
|
||||
# 1 will disable anonymous SAMR access.
|
||||
# 2 will, in addition to restricting SAMR access, disallow anonymous connections to the IPC$ share in general.
|
||||
# 1 will disable anonymous SAMR access. (including user enumeration)
|
||||
# 2 will, in addition to restricting SAMR access, disallow anonymous connections to the IPC$ share in general. (preventing login to smb PDC)
|
||||
# The option also affects the browse option which is required by legacy clients which rely on Netbios browsing.
|
||||
# While modern Windows version should be fine with restricting the access there could still be applications relying on anonymous access.
|
||||
}
|
||||
restrict anonymous = 2
|
||||
restrict anonymous = 1
|
||||
|
Reference in New Issue
Block a user