You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Brian Bouterse (JIRA)" <ji...@apache.org> on 2015/08/03 23:15:05 UTC

[jira] [Created] (QPID-6675) Setting sasl_max_ssf causes traceback in qpid.messaging

Brian Bouterse created QPID-6675:
------------------------------------

             Summary: Setting sasl_max_ssf causes traceback in qpid.messaging
                 Key: QPID-6675
                 URL: https://issues.apache.org/jira/browse/QPID-6675
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: 0.26
         Environment: cyrus-sasl-scram-2.1.26-14.fc20.x86_64
cyrus-sasl-plain-2.1.26-14.fc20.x86_64
cyrus-sasl-gssapi-2.1.26-14.fc20.x86_64
cyrus-sasl-2.1.26-14.fc20.x86_64
python-saslwrapper-0.16-5.fc20.x86_64
erlang-sasl-R16B-03.10.fc20.x86_64
cyrus-sasl-lib-2.1.26-14.fc20.x86_64
cyrus-sasl-md5-2.1.26-14.fc20.x86_64
cyrus-sasl-devel-2.1.26-14.fc20.x86_64
saslwrapper-0.16-5.fc20.x86_64

qpid-cpp-server-0.26-13.fc20.x86_64
python-qpid-proton-0.7-3.fc20.x86_64
qpid-tools-0.26-13.fc20.noarch
qpid-cpp-client-0.26-13.fc20.x86_64
qpid-cpp-server-store-0.26-13.fc20.x86_64
qpid-proton-c-0.7-3.fc20.x86_64
python-qpid-qmf-0.26-2.fc20.x86_64
python-qpid-0.26-2.fc20.noarch
qpid-qmf-0.26-2.fc20.x86_64
python-qpid-common-0.26-2.fc20.noarch
            Reporter: Brian Bouterse


I tried to set sasl_max_ssf on a call to establish() in qpid.messaging, but when I do I get the following traceback.

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/qpid/messaging/driver.py", line 504, in dispatch
    self.connect()
  File "/usr/lib/python2.7/site-packages/qpid/messaging/driver.py", line 526, in connect
    self.engine = Engine(self.connection)
  File "/usr/lib/python2.7/site-packages/qpid/messaging/driver.py", line 612, in __init__
    self._sasl.setAttr("maxssf", self.connection.sasl_max_ssf)
  File "/usr/lib/python2.7/site-packages/qpid/sasl.py", line 36, in setAttr
    raise SASLError(self._cli.getError())
SASLError: Error in setAttr (-1) Unknown string attribute name - maxssf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org