I try .Net sample programme on Windows to connect to qpid.
On a Debian 5.0, after compilation and user creation, the command of :
# ./qpidd -t --data-dir /opt/qpid/var/lib/qpidd/ results in, at the time of
connexion:
2009-mar-21 16:40:38 debug RECV [192.168.1.2:2207] INIT(0-10)
2009-mar-21 16:40:38 debug min_ssf: 0, max_ssf: 256
2009-mar-21 16:40:38 info SASL: Mechanism list: NTLM DIGEST-MD5 PLAIN LOGIN
CRAM-MD5 ANONYMOUS
2009-mar-21 16:40:38 trace SENT 192.168.1.2:2207 INIT(0-10)
2009-mar-21 16:40:38 trace SENT [192.168.1.2:2207]: Frame[BEbe; channel=0;
{ConnectionStartBody:
server-properties={qpid.federation_tag:V2:36:str16(f2b0bbd9-382b-45aa-9698-2
946a9aebcbf)}; mechanisms=str16{V2:4:str16(NTLM), V2:10:str16(DIGEST-MD5),
V2:5:str16(PLAIN), V2:5:str16(LOGIN), V2:8:str16(CRAM-MD5),
V2:9:str16(ANONYMOUS)}; locales=str16{V2:5:str16(en_US)}; }]
2009-mar-21 16:40:38 trace RECV [192.168.1.2:2207]: Frame[BEbe; channel=0;
{ConnectionStartOkBody: client-properties={}; mechanism=PLAIN;
response=xxxxxx; locale=utf8; }]
2009-mar-21 16:40:38 info SASL: Starting authentication with mechanism:
PLAIN
2009-mar-21 16:40:38 info SASL: Authentication failed: SASL(-13): user not
found: Password verification failed
2009-mar-21 16:40:38 debug Exception constructed: Authentication failed
2009-mar-21 16:40:38 trace SENT [192.168.1.2:2207]: Frame[BEbe; channel=0;
{ConnectionCloseBody: reply-code=320; reply-text=connection-forced:
Authentication failed; }]
2009-mar-21 16:40:38 trace RECV [192.168.1.2:2207]: Frame[BEbe; channel=0;
{ConnectionCloseOkBody: }]
2009-mar-21 16:40:40 debug DISCONNECTED [192.168.1.2:2207]
All files seems to be in right place, the user exists in
/opt/qpid/var/lib/qpidd/qpidd.sasldb
I am sure that user and pwd are correct in client.
File /opt/qpid/etc/sasl2/qpidd.conf contains:
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /opt/qpid/var/lib/qpidd/qpidd.sasldb
Thanks for any help.
PS: on a Fedora, with binary distribution, this problem don't appear.
--------------
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]