Multiple AD server addresses are incorrectly placed in the rabbit ldap configuration
pvandervelde opened this issue · 1 comments
pvandervelde commented
It currently looks like
rabbitmq_auth_backend_ldap, [
{log, network},
{
servers, [
"172.17.26.1"
"172.17.26.2"
"172.17.26.3"
]
},
But there really should be comma's at the end of the list
pvandervelde commented
Trailing comma's in the rabbit config are evil ...