Resolves: #2067954 - fix default snmpd.conf file content
This commit is contained in:
parent
35f76abf9a
commit
2efdd20268
@ -38,14 +38,14 @@
|
|||||||
# First, map the community name "public" into a "security name"
|
# First, map the community name "public" into a "security name"
|
||||||
|
|
||||||
# sec.name source community
|
# sec.name source community
|
||||||
#com2sec notConfigUser default public
|
com2sec notConfigUser default public
|
||||||
|
|
||||||
####
|
####
|
||||||
# Second, map the security name into a group name:
|
# Second, map the security name into a group name:
|
||||||
|
|
||||||
# groupName securityModel securityName
|
# groupName securityModel securityName
|
||||||
#group notConfigGroup v1 notConfigUser
|
group notConfigGroup v1 notConfigUser
|
||||||
#group notConfigGroup v2c notConfigUser
|
group notConfigGroup v2c notConfigUser
|
||||||
|
|
||||||
####
|
####
|
||||||
# Third, create a view for us to let the group have rights to:
|
# Third, create a view for us to let the group have rights to:
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.9.1
|
Version: 5.9.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
|||||||
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 07 2022 Josef Ridky <jridky@redhat.com> - 1:5.9.1-8
|
||||||
|
- fix default snmpd.conf file content (#2067954)
|
||||||
|
|
||||||
* Wed Oct 13 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7
|
* Wed Oct 13 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7
|
||||||
- fix FTBFS due of OpenSSL update (#2001430)
|
- fix FTBFS due of OpenSSL update (#2001430)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user