python tests use the default, non-standard 'AMQPLAIN' as SASL mechanism
-----------------------------------------------------------------------

                 Key: QPID-917
                 URL: https://issues.apache.org/jira/browse/QPID-917
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: M2, M1, M2.1, M3
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: M3


The python client uses AMQPLAIN as the SASL mechanism for authentication. This 
was a non-standard mechansim that used a field table for carrying the username 
and password and was replaced by the use of PLAIN in the specification.

Currently the tests all use this mechanism which is not ideal as it is 
non-standard (and not supported by c++ broker), and the use of PLAIN would be 
prefered.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to