Thanks for the response. I did that and it didn't solve the problem. I'm sure it's something simple that is making this fail, but I just don't know what it is. Related output below:
C2S : Thu Oct 18 18:29:49 2007 [notice] [7] [192.168.41.21, port=50373] connect C2S : sx (io.c:169) 7 ready for reading C2S : sx (io.c:175) tag 7 event 2 data 0x8275250 C2S : Thu Oct 18 18:28:47 2007 c2s.c:45 reading from 7 C2S : Thu Oct 18 18:28:47 2007 c2s.c:99 read 187 bytes C2S : sx (io.c:191) passed 187 read bytes C2S : sx (chain.c:93) calling io read chain C2S : sx (io.c:215) decoded read data (187 bytes): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' xmlns:ga='http://www.google.com/talk/protocol/auth' ga:client-uses-full-bind-result='true' mechanism='PLAIN'>AHJwdWdhdGNoADdwZzJ3Mg==</auth> C2S : sx (io.c:70) completed nad: <auth xmlns:ga='http://www.google.com/talk/protocol/auth' xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN' ga:client-uses-full-bind-result='true'>AHJwdWdhdGNoADdwZzJ3Mg==</auth> C2S : sx (chain.c:119) calling nad read chain C2S : sx (sasl_gsasl.c:291) auth request from client (mechanism=PLAIN) C2S : Thu Oct 18 18:28:47 2007 main.c:344 sx sasl callback: get realm: realm is 'tripadvisor.com' C2S : sx (sasl_gsasl.c:334) sasl context initialised for 7 C2S : sx (sasl_gsasl.c:609) in _sx_sasl_gsasl_callback, property: 500 C2S : Thu Oct 18 18:28:47 2007 main.c:363 sx sasl callback: check pass (authnid=rpugatch, realm=tripadvisor.com) C2S : sx (sasl_gsasl.c:342) gsasl_step failed, no sasl for this conn; (31): Error authenticating user 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> Tomasz Sterna wrote: > Dnia 18-10-2007, Cz o godzinie 16:25 -0400, Ryan Pugatch pisze: > >> 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 [...] >> > > You need to disable DIGEST-MD5 authentication leaving only PLAIN in > c2s.xml. > Authentication against LDAP server is possible only with PLAIN provided > password. > > > >> C2S : sx (sasl_gsasl.c:400) sasl handshake failed; (55): >> Authentication failed because the password was not provided. >> > > _______________________________________________ Jabberd2 mailing list [email protected] http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
