RabbitMQ - Security and Operations
Given this
What happens when a user tries to log in with username
rabbitmq.conf snippet:auth_backends.1 = ldap
ldap.servers.1 = ldap.example.com
ldap.user_dn_pattern = cn=${username},ou=users,dc=example,dc=comWhat happens when a user tries to log in with username
alice?