Description of problem: $ wallaby -M CRAM-MD5 -U guest -P guest list-groups warning: rejecting bogus WALLABY_BROKER_MECHANISM of '' warning: valid mechanisms include ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI, OTP, PLAIN Console Connection Established... the default group +++DEFAULT the skeleton group +++SKEL $ cat /etc/sysconfig/wallaby-agent ... export WALLABY_BROKER_MECHANISM=CRAM-MD5 ... I think first warning is not valid because authentication mechanism is defined in wallaby configuration and also as parameter of command. I think there should be second warning only if user uses mechanism which is not supported by installed broker(it sends list of valid authentication mechanisms). Version-Release number of selected component (if applicable): ruby-wallaby-0.12.5-1 wallaby-0.12.5-1 python-wallabyclient-4.1.2-1 condor-wallaby-tools-4.1.2-1 condor-wallaby-base-db-1.19-1 condor-wallaby-client-4.1.2-1 How reproducible: 100% Steps to Reproduce: 1. install broker, wallaby 2. install and configure auth. mechanism in broker/sasl/wallaby 3. run any command of wallaby shell
This is fixed upstream; sorry to have missed it.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previous versions of the wallaby shell may have displayed a spurious warning message if no authentication mechanism was explicitly specified. Current versions will only display a warning if the explicitly-specified mechanism is invalid.
Successfully reproduce on: ruby-wallaby-0.12.5-1 wallaby-0.12.5-1 wallaby-utils-0.12.5-1 # wallaby -M CRAM-MD5 -U cumin -P cumin list-groups warning: rejecting bogus WALLABY_BROKER_MECHANISM of '' warning: valid mechanisms include ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI, OTP, PLAIN Console Connection Established... the default group +++DEFAULT the skeleton group +++SKEL
Tested with: wallaby-0.16.1-2 wallaby-utils-0.16.1-2 ruby-wallaby-0.16.1-2 Tested on: RHEL6 i386,x86_64 RHEL5 i386,x86_64 No warning printed # wallaby -M CRAM-MD5 -U cumin -P cumin list-groups Console Connection Established... the default group +++DEFAULT the skeleton group +++SKEL >>> verified
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/RHSA-2013-0564.html