Using LDAP-addon with Multiple Servers

We have several domains, on different servers is it possible and if so how to configure (or modify) the LDAP-addon?

Hi, the LDAP addon was designed to work with a single server only. Unfortunately I don’t see an easy way to make it work with multiple servers.
Probably you’ll have to create your own LoginProvider that can analyze the user login and route the authentication request to the proper LDAP server (you may use CUBA’s com.haulmont.cuba.web.security.ldap.LdapLoginProvider or com.haulmont.addon.ldap.web.security.ldapcomponent.LdapAddonLoginProvider as a reference).