GSSAPI auth. with broker issue
------------------------------
Key: QPID-2129
URL: https://issues.apache.org/jira/browse/QPID-2129
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Environment: SVN rev. 819819 on Fedora 11.
Reporter: Arjun Roy
Using qpidd with ovirt. Ovirt uses kerberos/gssapi for authentication.
The following is a description of what happens when a ruby console tries to
connect:
Connecting to amqp://srv.ovirt-demo.com:5672
Console Connection Established...
2009-10-01 20:35:10 warning Exception received from broker:
unauthorized-access: unauthorized-access: authorised user id :
qpidd/srv.ovirt-demo....@qpid but user id in message declared as
qpidd/[email protected] (qpid/broker/SemanticState.cpp:385)
[caused by 11 \x00:\x00]
2009-10-01 20:35:10 error Session Exception during message-transfer:
unauthorized-access: unauthorized-access: authorised user id :
qpidd/srv.ovirt-demo....@qpid but user id in message declared as
qpidd/[email protected] (qpid/broker/SemanticState.cpp:385)
terminate called after throwing an instance of
'qpid::framing::UnauthorizedAccessException'
what(): unauthorized-access: unauthorized-access: authorised user id :
qpidd/srv.ovirt-demo....@qpid but user id in message declared as
qpidd/[email protected] (qpid/broker/SemanticState.cpp:385)
Aborted
Expected behavior: qpidd should use principal
qpidd/[email protected] instead of
qpidd/srv.ovirt-demo....@qpid.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]