Connection to multiple LDAP servers #4164
-
|
Hi, how to connect RabbitMQ to two or more ldap servers (different domains)? My configuration: It works for me I tried use ${ad_domain} in config rabbitmq ver.3.8.26 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Your configuration file is mis-formatted. Please see the docs - https://www.rabbitmq.com/ldap.html#connectivity Note the Using a substitution like |
Beta Was this translation helpful? Give feedback.
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:Using a substitution like
${ad_domain}is not supported in therabbitmq.conffile.