advancedConfig: |
[{rabbitmq_auth_backend_ldap,[
{vhost_access_query,
{'or', [
{in_group, "CN=rabbitmq-nprd-admin,OU=zzz,DC=yyy,DC=xxx"},
{in_group, " CN=rabbitmq-nprd-${vhost}-read,OU=zzz,DC=yyy,DC=xxx "},
{in_group, " CN=rabbitmq-nprd-${vhost}-write,OU=zzz,DC=yyy,DC=xxx "}
]}
},
...
however the vhost is named with a leading slash like /dev /qua /val for various environments by our developer and it seems not possible to change. Problem is AD group cant have slash in its name. Is there a way to remove the slash?