[ 
https://issues.apache.org/jira/browse/QPID-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003549#comment-13003549
 ] 

Ted Ross commented on QPID-3122:
--------------------------------

There is a second change that was carried in this commit:

@@ -2416,7 +2427,7 @@
       if uid.__class__ == tuple and len(uid) == 2:
         self.saslUser = uid[1]
       else:
-        self.saslUser = None
+        self.saslUser = self.authUser

This allows the user-id to fall back to the requested username (supplied in the 
URL) if the saslwrapper library is not installed and in-use.  This is related 
to the change committed in r1071138.


> backward compatibility problem with 0.9 agents
> ----------------------------------------------
>
>                 Key: QPID-3122
>                 URL: https://issues.apache.org/jira/browse/QPID-3122
>             Project: Qpid
>          Issue Type: Bug
>          Components: Qpid Managment Framework
>    Affects Versions: 0.8
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.10
>
>
> The QMF console needs to accept older agent-map keywords as well as the newer 
> ones.
> The attributes advertised in the agent heartbeat include the following keys 
> that were changed in 0.10 for consistency:
> "timestamp" => "_timestamp"
> "heartbeat_interval" => "_heartbeat_interval"
> "epoch" => "_epoch"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to