can i specify multiple entries for com.ibm.team.repository.service.jts.internal.userregistry.ldap.LDAPUserRegistryProvider? I am using Active Directory for LDAP.
2 answers
Our Active Directory cluster mas maybe 8 AD servers. When I point to a single server, if it fails EWM has authentication issues. I want to know if I can have more than one AD server for this parameter or use a DNS group with multiple servers. All the servers provide the same view into the AD ldap.
Comments
To my understanding, you can configure exactly one AD connection in the Jazz application configuration. I think that is the case for most applications using LDAP. If you need/want high availability you would have to implement that on the LDAP level. E.g. have a system that presents one endpoint and switches from one LDAP to another e.g. based on proxies or capabilities of the LDAP system.