pvladMQ

Untitled

Feb 1st, 2023 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [
  2. {rabbit, [
  3. {auth_backends, [rabbit_auth_backend_ldap]}
  4. ]},
  5. {rabbitmq_auth_backend_ldap, [
  6. {servers, ["ip_address"]},
  7. {port, 395},
  8. {dn_lookup_bind, {"cn=rabbitmq,ou=users,dc=datasolutions,dc=com", "rabbitmq"}},
  9. {dn_lookup_base, "ou=users,dc=datasolutions,dc=com"},
  10. {dn_lookup_attribute, "uid"},
  11. {other_bind, as_user},
  12. {group_lookup_base, "ou=groups,dc=datasolutions,dc=com"},
  13. {tag_queries, [
  14. {administrator, {in_group, "cn=administrator,ou=groups,ou=groups,dc=datasolutions,dc=com"}}
  15. ]},
  16. {log, network_unsafe}
  17. ]}
  18. ].
  19.  
Advertisement
Add Comment
Please, Sign In to add comment