yeah i set realm=unique
 
  
 ------------------ Original ------------------ 
  From: "Gordon Sim (via Nabble)"<[email protected]>;
 Date: 2009年3月17日(星期二) 下午4:42
 To: "doublefox1981"<[email protected]>; 
 Subject: Re: about sasl

  
doublefox1981 wrote:  
> this my c++ client, it's on windows 
> 
>         Connection connection; 
>         ConnectionSettings Setting; 
>         Setting.host = 192.168.1.233; 
>         Setting.port = 5672; 
>         Setting.username = "uniqueeye"; 
>         Setting.password = "uniqueeye"; 
>         Setting.virtualhost = "/"; 
>         Setting.maxFrameSize = 65535; 
>         Setting.mechanism = "PLAIN"; 
>         connection.open(Setting); 
> 
> [r...@localhost qpid]# /usr/sbin/sasldblistusers2 -f 
> /usr/local/qpid/var/lib/qpidd/qpidd.sasldb 
> unique...@unique: userPassword 
> 
> i'm sure ,the username and password is right. 

The default broker realm is QPID. Have you specified --realm unique as a 
broker option? 

--------------------------------------------------------------------- 
Apache Qpid - AMQP Messaging Implementation 
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@... 



 
 This email is a reply to your post @ 
http://n2.nabble.com/about-sasl-tp2485483p2490202.html
You can reply by email or by visting the link above.
-- 
View this message in context: 
http://n2.nabble.com/about-sasl-tp2485483p2490210.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

Reply via email to