diff --git a/SOURCES/net-snmp.redhat.conf b/SOURCES/net-snmp.redhat.conf
index 4d3a7f2..ee19ab8 100644
--- a/SOURCES/net-snmp.redhat.conf
+++ b/SOURCES/net-snmp.redhat.conf
@@ -38,14 +38,14 @@
 # First, map the community name "public" into a "security name"
 
 #       sec.name  source          community
-#com2sec notConfigUser  default       public
+com2sec notConfigUser  default       public
 
 ####
 # Second, map the security name into a group name:
 
 #       groupName      securityModel securityName
-#group   notConfigGroup v1           notConfigUser
-#group   notConfigGroup v2c           notConfigUser
+group   notConfigGroup v1           notConfigUser
+group   notConfigGroup v2c           notConfigUser
 
 ####
 # Third, create a view for us to let the group have rights to:
diff --git a/SPECS/net-snmp.spec b/SPECS/net-snmp.spec
index e72f5b2..09566af 100644
--- a/SPECS/net-snmp.spec
+++ b/SPECS/net-snmp.spec
@@ -10,7 +10,7 @@
 Summary:    A collection of SNMP protocol tools and libraries
 Name:       net-snmp
 Version:    5.9.1
-Release:    7%{?dist}
+Release:    7%{?dist}.1
 Epoch:      1
 
 License:    BSD
@@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
 %{_libdir}/libnetsnmptrapd*.so.%{soname}*
 
 %changelog
+* Tue Apr 19 2022 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7.1
+- fix default snmpd.conf file content (#2075537)
+
 * Wed Oct 13 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7
 - fix FTBFS due of OpenSSL update (#2001430)