Skip to content

Connection to multiple LDAP servers #4164

Answered by lukebakken
mkk1001 asked this question in Questions
Discussion options

You must be logged in to vote

Your configuration file is mis-formatted. Please see the docs - https://www.rabbitmq.com/ldap.html#connectivity

Note the . in use as a separator, not a _ character:

auth_backend.1 = internal
auth_backend.2 = ldap
auth_ldap.servers.1 = domain1.example.local
auth_ldap.servers.2 = domain2.example.local
auth_ldap.timeout   = 10000
auth_ldap.port = 636
auth_ldap.use_ssl = true

Using a substitution like ${ad_domain} is not supported in the rabbitmq.conf file.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mkk1001
Comment options

@mkk1001
Comment options

@lukebakken
Comment options

@mkk1001
Comment options

Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants