Icinga Web 2 LDAP Authentication

I’m attempting to configure multiple LDAP domain authentication. One of them works without any issues but the second I receive the following error

“It is required that a linked user backend refers to the same directory as it’s user group backend counterpart”

Example configs
[vdsigroups]
resource = “icingaweb_vdsi”
user_backend = “adusers”
backend = “msldap”
base_dn = “CN=xxx,OU=Groups,DC=xxx,DC=xxx,DC=xxx,DC=com”
group_class = “group”
group_name_attribute = “sAMAccountName”
group_member_attribute = “member”
group_filter = “!(objectClass=computer)”

[vdsiusers]
resource = “icingaweb_vdsi”
backend = “msldap”
base_dn = “OU=Accounts,DC=xxx,DC=xxx,DC=xxx,DC=com”
user_class = “user”
filter = “!(objectClass=computer)”
user_name_attribute = “sAMAccountName”