[ 
https://issues.apache.org/jira/browse/QPID-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502483#comment-14502483
 ] 

Nathan Lusher commented on QPID-6499:
-------------------------------------

I think I've resolved it!! :)

I changed the ACL file to: acl allow Guest@QPID all all

And modified my connection options to: "{protocol:amqp1.0, username:Guest@QPID, 
password:guest, sasl-mechanism:PLAIN}"

It now connects!

Thank you again for your help with this.

> QPID C++ Broker - Windows User Authentication
> ---------------------------------------------
>
>                 Key: QPID-6499
>                 URL: https://issues.apache.org/jira/browse/QPID-6499
>             Project: Qpid
>          Issue Type: Bug
>         Environment: Windows 8.1, QPID 0.32, Proton 0.9
>            Reporter: Nathan Lusher
>            Priority: Blocker
>
> Hi,
> I have a C# .NET client happily talking to a QPID broker. I now want to 
> introduce authentication and pass through the username and password as 
> connection options.
> I am able to run the QPID broker with an acl file with the following line:
> acl allow guest all all
> But cannot send a message when I pass {username:guest} {password:guest} in 
> the connection options string.
> I have a Windows user named 'Guest' with a password of 'guest', but that 
> doesn't seem to make any difference.
> I can connect fine when I set auth=no or change the line in the acl file to:
> acl allow all all
> What are the steps in creating / configuring a QPID user in a Windows 
> environment?
> Thanks in advance,
> Nathan.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to