Closed natechadwick closed 2 years ago
There is a work around for this where you can edit the config.xml with server admin tool directly to support multiple directories it has always supported this. Removing the ldapserver.xml configuration and process makes sense to simplify things. The code that would need changed is mainly here:
We should also remove the directory on upgrade.
Currently you can not have multiple xml blocks in the ldapserver.xml (in order to pull users from two different Active Directory servers). The file is not read and the config.xml is not updated if there is more than one LDAP connection in the ldapserver.xml.
Proposed Solution:- Remove ldapServer.xml and use the existing config.xml instead that is managed by the Server Administrator tool instead.