RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 825146 - snmp auth cannot work with new passwd after some action
Summary: snmp auth cannot work with new passwd after some action
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.3
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Joey Boggs
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 837057
TreeView+ depends on / blocked
 
Reported: 2012-05-25 08:43 UTC by Guohua Ouyang
Modified: 2016-04-26 15:51 UTC (History)
17 users (show)

Fixed In Version: ovirt-node-2.5.0-3.el6
Doc Type: Bug Fix
Doc Text:
When attempting to change the snmp password on the web interface for Red Hat Enterprise Virtualization Hypervisor, the password would not change to the updated one and the existing password would remain in effect. This new fix ensures that the password is updated when the field is updated. Changing passwords should work correctly with snmp authentication.
Clone Of:
Environment:
Last Closed: 2013-02-28 16:34:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0556 0 normal SHIPPED_LIVE ovirt-node bug fix and enhancement update 2013-02-28 21:29:06 UTC

Description Guohua Ouyang 2012-05-25 08:43:51 UTC
Description of problem:
when snmpd is configured, press "apply" on the snmp page directly, without change, and then confgiure snmp with new passwd, snmp failed to auth with the new one but work with the old one.

Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.3-20120523.1.el6

How reproducible:
100%


Steps to Reproduce:
1. Configure snmp with passwd, snmp works with the passwd.
$ snmpwalk -v3 -u root -l authPriv -a SHA -A redhat123 -x AES -X redhat123 10.66.8.209 sysDescr
SNMPv2-MIB::sysDescr.0 = STRING: Linux dhcp-8-209.nay.redhat.com 2.6.32-274.el6.x86_64 #1 SMP Tue May 22 17:56:02 EDT 2012 x86_64

2. On the snmp page, press apply without change anything.
3. Configure snmp with a new passwd, snmp failed work with the new passwd, but still work with the old one.
 
Actual results:
$ snmpwalk -v3 -u root -l authPriv -a SHA -A 123qweP# -x AES -X 123qweP# 10.66.8.209 sysDescr
snmpwalk: Authentication failure (incorrect password, community or key) (Sub-id not found: (top) -> sysDescr)

Expected results:
snmp should work at every passwd change.

Additional info:

Comment 9 errata-xmlrpc 2013-02-28 16:34:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0556.html


Note You need to log in before you can comment on or make changes to this bug.