Greetings, I am attempting to set up a jabberd2 server that uses our LDAP server for authentication. However, when a user attempts to log in to the jabber server, it does not accept the username and password (I'm using Adium, so it ends up asking me if I want to register which of course fails since I have registration disabled on the server). It should be noted that I am attempting to use LDAPS. I'm not really sure what the issue is, but I suspect it is having problems authenticating against the LDAP server. Below is a piece from when I attempt to log in. Any ideas are greatly appreciated.
C2S : sx (sasl_gsasl.c:291) auth request from client (mechanism=DIGEST-MD5) C2S : Thu Oct 18 16:23:27 2007 main.c:344 sx sasl callback: get realm: realm is 'tripadvisor.com' C2S : sx (sasl_gsasl.c:334) sasl context initialised for 8 C2S : Thu Oct 18 16:23:30 2007 [notice] [8] [192.168.40.145, port=50426] connect C2S : sx (sasl_gsasl.c:383) sasl handshake in progress (challenge: , realm="tripadvisor.com", nonce="EvxgUhH3XhjOD799Z71P2A==", qop="auth, auth-int, ", , , charset=utf-8, algorithm=md5-sess, ) C2S : sx (chain.c:106) calling nad write chain C2S : sx (io.c:381) queueing for write: <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>LCByZWFsbT0idHJpcGFkdmlzb3IuY29tIiwgbm9uY2U9IkV2eGdVaEgzWGhqT0Q3OTlaNzFQMkE9PSIsIHFvcD0iYXV0aCwgYXV0aC1pbnQsICIsICwgLCBjaGFyc2V0PXV0Zi04LCBhbGdvcml0aG09bWQ1LXNlc3MsIA==</challenge> C2S : sx (io.c:231) tag 8 event 1 data 0x0 C2S : Thu Oct 18 16:23:27 2007 c2s.c:40 want write C2S : Thu Oct 18 16:23:27 2007 c2s.c:516 write action on fd 8 C2S : sx (io.c:303) 8 ready for writing C2S : sx (io.c:261) encoding 232 bytes for writing: <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>LCByZWFsbT0idHJpcGFkdmlzb3IuY29tIiwgbm9uY2U9IkV2eGdVaEgzWGhqT0Q3OTlaNzFQMkE9PSIsIHFvcD0iYXV0aCwgYXV0aC1pbnQsICIsICwgLCBjaGFyc2V0PXV0Zi04LCBhbGdvcml0aG09bWQ1LXNlc3MsIA==</challenge> C2S : sx (chain.c:79) calling io write chain C2S : sx (io.c:324) handing app 232 bytes to write C2S : sx (io.c:325) tag 8 event 3 data 0x90ef3d0 C2S : Thu Oct 18 16:23:27 2007 c2s.c:137 writing to 8 C2S : Thu Oct 18 16:23:27 2007 c2s.c:141 232 bytes written C2S : sx (io.c:358) tag 8 event 0 data 0x0 C2S : Thu Oct 18 16:23:27 2007 c2s.c:35 want read C2S : Thu Oct 18 16:23:27 2007 c2s.c:502 read action on fd 8 C2S : sx (io.c:169) 8 ready for reading C2S : sx (io.c:175) tag 8 event 2 data 0x90ef3d0 C2S : Thu Oct 18 16:23:27 2007 c2s.c:45 reading from 8 C2S : Thu Oct 18 16:23:27 2007 c2s.c:99 read 358 bytes C2S : sx (io.c:191) passed 358 read bytes C2S : sx (chain.c:93) calling io read chain C2S : sx (io.c:215) decoded read data (358 bytes): <response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>dXNlcm5hbWU9InJwdWdhdGNoIixyZWFsbT0idHJpcGFkdmlzb3IuY29tIixub25jZT0iRXZ4Z1VoSDNYaGpPRDc5OVo3MVAyQT09Iixjbm9uY2U9ImMxOTRkOWZiMTE5MjczODgwNTc4ODQwNGEiLG5jPTAwMDAwMDAxLHFvcD1hdXRoLGRpZ2VzdC11cmk9InhtcHAvdHJpcGFkdmlzb3IuY29tIixyZXNwb25zZT02Nzg1MjJhNTQzMDg2N2U0ZjcxOGU2ZGM5YjkxOTIxNSxjaGFyc2V0PXV0Zi04</response> C2S : sx (io.c:70) completed nad: <response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>dXNlcm5hbWU9InJwdWdhdGNoIixyZWFsbT0idHJpcGFkdmlzb3IuY29tIixub25jZT0iRXZ4Z1VoSDNYaGpPRDc5OVo3MVAyQT09Iixjbm9uY2U9ImMxOTRkOWZiMTE5MjczODgwNTc4ODQwNGEiLG5jPTAwMDAwMDAxLHFvcD1hdXRoLGRpZ2VzdC11cmk9InhtcHAvdHJpcGFkdmlzb3IuY29tIixyZXNwb25zZT02Nzg1MjJhNTQzMDg2N2U0ZjcxOGU2ZGM5YjkxOTIxNSxjaGFyc2V0PXV0Zi04</response> C2S : sx (chain.c:119) calling nad read chain C2S : sx (sasl_gsasl.c:359) response from client (decoded: username="rpugatch",realm="tripadvisor.com",nonce="EvxgUhH3XhjOD799Z71P2A==",cnonce="c194d9fb1192738805788404a",nc=00000001,qop=auth,digest-uri="xmpp/tripadvisor.com",response=678522a5430867e4f718e6dc9b919215,charset=utf-8) C2S : sx (sasl_gsasl.c:609) in _sx_sasl_gsasl_callback, property: 3 C2S : Thu Oct 18 16:23:27 2007 main.c:351 sx sasl callback: get pass (authnid=rpugatch, realm=tripadvisor.com) C2S : sx (sasl_gsasl.c:400) sasl handshake failed; (55): Authentication failed because the password was not provided. C2S : sx (chain.c:106) calling nad write chain C2S : sx (io.c:381) queueing for write: <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><malformed-request/></failure> C2S : sx (io.c:231) tag 8 event 1 data 0x0 C2S : Thu Oct 18 16:23:27 2007 c2s.c:40 want write C2S : Thu Oct 18 16:23:27 2007 c2s.c:516 write action on fd 8 C2S : sx (io.c:303) 8 ready for writing C2S : sx (io.c:261) encoding 80 bytes for writing: <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><malformed-request/></failure> Thanks, Ryan _______________________________________________ Jabberd2 mailing list [email protected] http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
