Hello, I was hoping someone else would have a better idea, because I'm not really sure what's happening. Your configuration appears correct.
from the following lines, I understand that the auth procedure succeeded: C2S : Wed Sep 3 18:32:30 2008 [notice] [6] SASL authentication succeeded: mechanism=PLAIN; [EMAIL PROTECTED] C2S : Wed Sep 3 18:32:30 2008 [notice] [6] bound: [EMAIL PROTECTED]/proskurin-kv At first I was surpized that the router announced C2S connection to the server after the previous line, but on closer examination, the timestamp is earlier, so it is just a printf buffering artefact. (There are a lot of such artifacts in the log, so be sure to check the timestamps to understand the order of the operations) Anyhow, soon after I see C2S : Wed Sep 3 18:32:30 2008 [notice] [6] [172.16.1.80, port=52829] disconnect I do not know whether this disconnect is initiated by the client or the server. Would it be that Psi is unhappy with the server's response? I am rusty about c2s internals. I'm afraid I don't have the time to help you more on this issue for now. I faintly recall there being more precise debug options, maybe at compile-time. Try looking for that. John On 9/4/08, Proskurin Kirill <[EMAIL PROTECTED]> wrote: > anyone?... > > > Proskurin Kirill wrote: > > > Jean de Largentaye wrote: > > > > > Hello, > > > > > > To use the "mail attribute instead of the "uid" attribute, along with > > > the realm, put > > > <uidattr>mail</uidattr> > > > <append-realm/> > > > in the <ldap> section of your c2s.xml. This should behave as you are > expecting. > > > > > > hope this helps. > > > John > > > > > > > Hello John, thank you for reply. > > Im now trying to setup jabberd-2.2.3 with this auth scheme. > > My storage is "db", and auth is ldap. > > > > Im use > <query>(&([EMAIL PROTECTED])(objectClass=mailUser))</query> to > lookup my users. > > > > All seems fine - jabberd2 starting and waiting for connections. > > Im use Psi client. > > > > [EMAIL PROTECTED] > > host:%ip of my test server% > > > > Im trying to connect but Psi says what all failed. > > In logs AFTER im trying to connect: > > > > %cat var/jabberd/log/router.log > > Wed Sep 3 18:23:39 2008 [notice] [127.0.0.1, port=49606] disconnect > > Wed Sep 3 18:23:39 2008 [notice] [domain.off] offline > > Wed Sep 3 18:23:39 2008 [notice] shutting down > > Wed Sep 3 18:23:39 2008 [notice] [127.0.0.1, port=65435] disconnect > > Wed Sep 3 18:23:39 2008 [notice] [c2s] offline > > > > > > %cat /var/jabberd/log/c2s.log > > Wed Sep 3 18:23:39 2008 [notice] [6] [172.16.1.80, port=53962] connect > > Wed Sep 3 18:23:39 2008 [notice] [6] SASL authentication succeeded: > mechanism=PLAIN; [EMAIL PROTECTED] > > Wed Sep 3 18:23:39 2008 [notice] [6] bound: > [EMAIL PROTECTED]/proskurin-kv > > Wed Sep 3 18:23:39 2008 [notice] [6] [172.16.1.80, port=53962] disconnect > [EMAIL PROTECTED]/proskurin-kv, packets: 1 > > Wed Sep 3 18:23:39 2008 [notice] shutting down > > > > in sm.log - nothing. > > > > and all jabberd2 process are dead. > > > > Im feel what something wrong in my setup... > > > > In attachment jabberd -D after im trying to connect. > > > > > > > -- > To unsubscribe send a mail to > [EMAIL PROTECTED] > > -- To unsubscribe send a mail to [EMAIL PROTECTED]
