diff --git a/net-snmp.redhat.conf b/net-snmp.redhat.conf index ee19ab8..4d3a7f2 100644 --- a/net-snmp.redhat.conf +++ b/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/net-snmp.spec b/net-snmp.spec index ce89567..ddfdba4 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -11,7 +11,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.3 -Release: 12%{?dist} +Release: 13%{?dist} Epoch: 1 License: BSD @@ -528,6 +528,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Aug 12 2016 Josef Ridky - 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 - 1:5.7.3-12 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages