Bug 620912

Summary: ruby console attempts to use bad credentials repeatedly
Product: Red Hat Enterprise MRG Reporter: Will Benton <willb>
Component: qpid-qmfAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: low Docs Contact:
Priority: low    
Version: DevelopmentCC: jross, ltrilety, matt
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 612425 Environment:
Last Closed: 2014-06-17 18:28:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 612425    

Description Will Benton 2010-08-03 18:37:20 UTC
+++ This bug was initially created as a clone of Bug #612425 +++

Description of problem:
The ruby QMF console will repeatedly attempt to use bad credentials instead of failing.  (Observed in wallaby-utils.)

Version-Release number of selected component (if applicable):

ruby-qmf 0.7.946106-10

How reproducible:
100%

Steps to Reproduce:
1. Run a QMF console application, e.g. wallaby-inventory, with bad supplied credentials
  
Actual results:
The tool attempts to use the bad credentials indefinitely
The tool repeat the same message over and over again
'warning Broker closed connection: 320, connection-forced: Authentication failed'

Expected results:
The QMF engine should raise an exception after some configurable number of failed authentication attempts.