Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {rabbit, [
- {auth_backends, [rabbit_auth_backend_ldap]}
- ]},
- {rabbitmq_auth_backend_ldap, [
- {servers, ["ip_address"]},
- {port, 395},
- {dn_lookup_bind, {"cn=rabbitmq,ou=users,dc=datasolutions,dc=com", "rabbitmq"}},
- {dn_lookup_base, "ou=users,dc=datasolutions,dc=com"},
- {dn_lookup_attribute, "uid"},
- {other_bind, as_user},
- {group_lookup_base, "ou=groups,dc=datasolutions,dc=com"},
- {tag_queries, [
- {administrator, {in_group, "cn=administrator,ou=groups,ou=groups,dc=datasolutions,dc=com"}}
- ]},
- {log, network_unsafe}
- ]}
- ].
Advertisement
Add Comment
Please, Sign In to add comment