Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. [
  2. {
  3. rabbit,
  4. [
  5. {
  6. auth_backends, [
  7. {rabbit_auth_backend_ldap, rabbit_auth_backend_internal},
  8. rabbit_auth_backend_internal
  9. ]
  10. }
  11. ]
  12. },
  13. {
  14. rabbitmq_auth_backend_ldap,
  15. [
  16. {
  17. servers, [
  18. "WLNC0DS23N.na.mycompany.com","WBRD0DS21N.na.mycompany.com"
  19. ]
  20. },
  21. {
  22. dn_lookup_attribute, "userPrincipalName"
  23. },
  24. {
  25. dn_lookup_base, "DC=mycompany,DC=com"
  26. },
  27. {
  28. user_dn_pattern, "${username}@mycompany.com"
  29. },
  30. {
  31. use_ssl, false
  32. },
  33. {
  34. port, 389
  35. },
  36. {
  37. log, true
  38. },
  39. {
  40. vhost_access_query, {constant, true}
  41. },
  42. {
  43. resource_access_query, {constant, true}
  44. },
  45. {
  46. tag_queries, [
  47. {administrator, {'or', [{in_group, "CN=NA_WHS,OU=NA_WHS,OU=Groups,DC=mycompany,DC=com"}]}
  48. }]
  49. }
  50. ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement