Skip to content

Instantly share code, notes, and snippets.

@lloydwatkin
Created January 15, 2013 11:36
Show Gist options
  • Select an option

  • Save lloydwatkin/4538017 to your computer and use it in GitHub Desktop.

Select an option

Save lloydwatkin/4538017 to your computer and use it in GitHub Desktop.
2013-01-15 10:46:39 TigaseCustomAuth.saslAuth() FINEST: response: username="admin",realm="ip-10-66-2-93",nonce="zwhJnNYdNl4NAgiMf5YLzW6ZsXSV1+4yuOU3J3cz",cnonce="12691854",nc="00000001",qop="auth",digest-uri="xmpp/ip-10-66-2-93",response="61aca98e188c2ae11872703718995924",charset="utf-8",authzid="romeo"
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: Callback: RealmCallback
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: RealmCallback: ip-10-66-2-93
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: Callback: NameCallback
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: NameCallback: admin
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: Callback: PasswordCallback
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: PasswordCallback: admin
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: Callback: AuthorizeCallback
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: AuthorizeCallback: authenId: admin
2013-01-15 10:46:39 TigaseCustomAuth$SaslCallbackHandler.handle() FINEST: AuthorizeCallback: authorId: romeo
2013-01-15 10:46:39 SaslAuth.process() INFO: Authentication failed:
tigase.db.AuthorizationException: Sasl exception.
at tigase.db.jdbc.TigaseCustomAuth.saslAuth(TigaseCustomAuth.java:905)
at tigase.db.jdbc.TigaseCustomAuth.otherAuth(TigaseCustomAuth.java:663)
at tigase.db.AuthRepositoryMDImpl.otherAuth(AuthRepositoryMDImpl.java:249)
at tigase.xmpp.RepositoryAccess.loginOther(RepositoryAccess.java:591)
at tigase.xmpp.XMPPResourceConnection.loginOther(XMPPResourceConnection.java:529)
at tigase.xmpp.impl.SaslAuth.process(SaslAuth.java:200)
at tigase.server.xmppsession.SessionManager$ProcessorWorkerThread.process(SessionManager.java:2135)
at tigase.util.WorkerThread.run(WorkerThread.java:132)
Caused by: javax.security.sasl.SaslException: DIGEST-MD5: admin is not authorized to act as romeo
at com.sun.security.sasl.digest.DigestMD5Server.validateClientResponse(DigestMD5Server.java:636)
at com.sun.security.sasl.digest.DigestMD5Server.evaluateResponse(DigestMD5Server.java:244)
at tigase.db.jdbc.TigaseCustomAuth.saslAuth(TigaseCustomAuth.java:886)
at tigase.db.jdbc.TigaseCustomAuth.otherAuth(TigaseCustomAuth.java:663)
at tigase.db.AuthRepositoryMDImpl.otherAuth(AuthRepositoryMDImpl.java:249)
at tigase.xmpp.RepositoryAccess.loginOther(RepositoryAccess.java:591)
at tigase.xmpp.XMPPResourceConnection.loginOther(XMPPResourceConnection.java:529)
at tigase.xmpp.impl.SaslAuth.process(SaslAuth.java:200)
at tigase.server.xmppsession.SessionManager$ProcessorWorkerThread.process(SessionManager.java:2135)
at tigase.util.WorkerThread.run(WorkerThread.java:132)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment