Skip to content

Instantly share code, notes, and snippets.

@raphink
Created February 5, 2013 13:25
Show Gist options
  • Save raphink/4714433 to your computer and use it in GitHub Desktop.
Save raphink/4714433 to your computer and use it in GitHub Desktop.
STOMP error frame sent:
Message: "Processing error"
Detail: "Processing error\n"
Server private detail: {undef,
[{rabbit_auth_backend_ldap,check_user_login,
[<<"rpinson">>,[{password,<<"mypassword">>}]]},
{rabbit_access_control,
'-check_user_login/2-fun-0-',4},
{lists,foldl,3},
{rabbit_stomp_processor,do_login,7},
{rabbit_stomp_processor,
'-process_connect/3-fun-0-',6},
{rabbit_stomp_processor,process_request,3},
{gen_server2,handle_msg,2},
{proc_lib,init_p_do_apply,3}]}
{rabbitmq_auth_backend_ldap, [
{servers, ["myldap.com"]},
{user_dn_pattern, "uid=${username},ou=Users,dc=ldap,dc=c2c"},
{use_ssl, false},
{port, 389},
{log, network}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment