Compare commits

..

No commits in common. "c2ce4e6f8862f47372ce5db0c75345bc7321fe2c" and "558fc0b8fa23463377835f546e20bf76f569b8f8" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{ {
# 0 allows to retrieve the list of users without being logged on the domain # 0 allows to retrieve the list of users without being logged on the domain
# 1 will disable anonymous SAMR access. (including user enumeration) # 1 will disable anonymous SAMR access.
# 2 will, in addition to restricting SAMR access, disallow anonymous connections to the IPC$ share in general. (preventing login to smb PDC) # 2 will, in addition to restricting SAMR access, disallow anonymous connections to the IPC$ share in general.
# The option also affects the browse option which is required by legacy clients which rely on Netbios browsing. # 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. # While modern Windows version should be fine with restricting the access there could still be applications relying on anonymous access.
} }
restrict anonymous = 1 restrict anonymous = 2

View File

@ -4,7 +4,7 @@ Summary: smeserver specific Samba configuration files and templates
%define name smeserver-samba %define name smeserver-samba
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 8 %define release 7
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -41,7 +41,7 @@ Requires: /usr/bin/tdbbackup
AutoReqProv: no AutoReqProv: no
%changelog %changelog
* Thu Nov 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme * Tue Nov 12 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- disable access to list of users without being logged in [SME: 12765] - disable access to list of users without being logged in [SME: 12765]
* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme * Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme