Skip to content

Instantly share code, notes, and snippets.

@michaljemala
Created September 19, 2013 16:18
Show Gist options
  • Save michaljemala/6625855 to your computer and use it in GitHub Desktop.
Save michaljemala/6625855 to your computer and use it in GitHub Desktop.
[
{rabbit, [
{heartbeat, 10},
{auth_backends, [rabbit_auth_backend_ldap, rabbit_auth_backend_internal]}
]},
{rabbitmq_auth_backend_ldap, [
{servers, ["10.26.163.180"]},
{dn_lookup_attribute, "uid"},
{dn_lookup_base, "ou=Users,dc=example,dc=com"},
{log, true},
{tag_queries, [
{administrator, {constant, false}},
{management, {constant, true}}
]}
]}
].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment