Resolves: #1359123 - update default configuration to conform to the best practices
This commit is contained in:
parent
7e587a790c
commit
778f5c09a1
@ -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:
|
||||||
|
@ -11,7 +11,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.7.3
|
Version: 5.7.3
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -528,6 +528,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2016 Josef Ridky <jridky@redhat.com> - 1:5.7.3-13
|
||||||
|
- net-snmp.redhat.conf: update default configuration to conform to the best practices (#1359123)
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.3-12
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.3-12
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user