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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to