Red Hat Bugzilla – Bug 815820
condor_configd is using QMF_BROKER_AUTH_MECHANISM instead of QMF_BROKER_AUTH_MECH
Last modified: 2013-03-06 13:43:59 EST
Description of problem: condor_configd should use QMF_BROKER_AUTH_MECH for reading a SASL mechanism list from config files, to match the grid plugins.
Version: condor-wallaby-4.1.2-1.el6
The configd will use QMF_BROKER_AUTH_MECH if QMF_BROKER_AUTH_MECHANISM is not defined. If neither is defined it will use the defaults. Fixed upstream on branch: BZ815820-qmf_broker_auth_mech
tested with: condor-wallaby-client-5.0.4-1 tested on: RHEL6 i386,x86_64 RHEL5 i386,x86_64 1. QMF_BROKER_AUTH_MECHANISM=PLAIN #QMF_BROKER_AUTH_MECH=DIGEST-MD5 # qpid-stat -c Connections connection cproc cpid mech auth connected idle msgIn msgOut ========================================================================================================================== 127.0.0.1:5672-127.0.0.1:36052 condor_configd 18858 PLAIN cumin@QPID 2m 57s 0s 51 115 ... 2. QMF_BROKER_AUTH_MECHANISM=PLAIN QMF_BROKER_AUTH_MECH=DIGEST-MD5 # qpid-stat -c Connections connection cproc cpid mech auth connected idle msgIn msgOut ======================================================================================================================= 127.0.0.1:5672-127.0.0.1:36048 condor_configd 18629 PLAIN cumin@QPID 16s 0s 51 100 ... 3. #QMF_BROKER_AUTH_MECHANISM=PLAIN QMF_BROKER_AUTH_MECH=DIGEST-MD5 # qpid-stat -c Connections connection cproc cpid mech auth connected idle msgIn msgOut ======================================================================================================================== 127.0.0.1:5672-127.0.0.1:36050 condor_configd 18742 DIGEST-MD5 cumin@QPID 10s 0s 49 94 ... 4. #QMF_BROKER_AUTH_MECHANISM=PLAIN #QMF_BROKER_AUTH_MECH=DIGEST-MD5 # qpid-stat -c Connections connection cproc cpid mech auth connected idle msgIn msgOut ========================================================================================================================== 127.0.0.1:5672-127.0.0.1:36054 condor_configd 18983 ANONYMOUS anonymous@QPID 11s 0s 49 96 ... >>> 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