Diagnosing LDAP authentication issues #1
-
SummaryI am continuing this discussion per the suggestion from @lukebakken and migrating it from a Discord Thread to a discussion here. I'm trying to configure LDAP authentication for RabbitMQ containers against our Active Directory infrastructure, but am encountering errors. I am able to successfully query the LDAP server using I do not know and have never directly used I'd like to get suggestions on next steps for identifying the cause of the issue and, hopefully, correcting the fault. CaveatThe configs, scripts, and logs are sanitized1. If something looks not quite right, I'm happy to double check the source to verify if the sanitizing went awry. OverviewRabbitMQ ConfigI have a RabbitMQ cluster running in containers using the
Errors when accessing Management UIWith the configuration above, I get the following error when attempting to connect to the Web UI:
Errors when running
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Hello! What is the version of all of the software you're using?
If you restart your RabbitMQ nodes, does the problem resolve itself? |
Beta Was this translation helpful? Give feedback.
-
The RabbitMQ instance runs in a container, so it took a second to log in and run
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
So weird! Just for curiosity's sake, could you please run
rabbitmq-plugins list
on all nodes to verify thatrabbitmq_auth_backend_ldap
is enabled on all nodes?