[jadmin] 2.0s11 anon auth problem

Simon Yeo simon at meebo.com
Tue Aug 29 13:29:32 CDT 2006


Looks like sm can't load user.  Here are the logs:

Aug 29 11:21:55 test jabberd/c2s[719]: plaintext auth (check) succeded
Aug 29 11:21:55 test jabberd/c2s[719]: [6] auth succeeded:
username=test, resource=Psi
Aug 29 11:21:55 test jabberd/c2s[719]: [6] requesting session:
jid=test at guest1.testme.org/Psi
Aug 29 11:21:55 test jabberd/sm[685]: session requested for
test at guest1.testme.org/Psi
Aug 29 11:21:55 test jabberd/sm[685]: auto-creating user
test at guest1.testme.org
Aug 29 11:21:55 test jabberd/sm[685]: created user:
jid=test at guest1.testme.org
Aug 29 11:21:55 test jabberd/sm[685]: couldn't load user, can't start
session: jid=test at guest1.testme.org/Psi

Any idea what could be wrong?  My auth configs below:

  <authreg>
    <module>anon</module>
    <mechanisms>
      <traditional>
        <plain/>
        <anonymous/>
      </traditional>
      <sasl>
      </sasl>
    </mechanisms>

I didn't see any instructions on how to turn on anonymous auth, so I
experimented a bit but it didn't seem to matter where I placed
<anonymous/>.  The anon module appears to simply use the plain text
traditional auth.

Thanks,
--simon



More information about the JAdmin mailing list