You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2012/05/04 22:54:48 UTC

[jira] [Created] (QPID-3981) Windows C++ Broker fails ACL self tests

Chuck Rolke created QPID-3981:
---------------------------------

             Summary: Windows C++ Broker fails ACL self tests
                 Key: QPID-3981
                 URL: https://issues.apache.org/jira/browse/QPID-3981
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.16
         Environment: Windows
            Reporter: Chuck Rolke


Window powershell/python fail many ACL tests apparently because the UserId presented to ACL for lookup does not include the "@QPID" domain.

On Linux the log is

2012-05-04 16:36:46 debug ACL: Lookup for id:bob@QPID action:bind objectType:exchange name:amq.direct 
                    with params { routingkey=routing_key queuename=allow_queue }
2012-05-04 16:36:46 debug ACL: checking rule [rule 1 ruleMode = deny props{ }]
2012-05-04 16:36:46 debug ACL: Successful match, the decision is:deny

On Windows the log is:

2012-05-04 16:20:00 debug ACL: Lookup for id:bob action:bind objectType:exchange name:amq.direct 
                    with params { routingkey=routing_key queuename=allow_queue }
2012-05-04 16:20:00 debug ACL: No successful match, defaulting to the decision mode allow

Is there a trick for getting the self to work?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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