06/15/2023 05:44 AM
Hello,
Can we add multiple IP addresses for LDAP host in AD connector? If so, is there any documentation around it? Also, can we handle multiple ssl certificates in an AD connector?
Thanks
06/15/2023 07:01 AM
@GOE Yes we can provide multiple LDAP URLs in our AD connector.
Please follow this doc link - Preparing for Integration and search for "Configuring a High-Availability Connection"
Yes, an AD connection be able to handle multiple SSL certificates.
Regards,
Vivek Mohanty
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.
06/15/2023 08:05 AM
Yes, below sample for reference:
You can configure a high-availability connection to Active Directory. To support high-availability, the connector uses the domain controller (DC) locator process to locate an active domain controller. To leverage static domain controller locater feature, specify URLs of domain controllers as comma-separated values in the URL connection parameter of EIC. If the first DC is not active, EIC checks for the next available DC in the list. If the DC is active, EIC uses it for connecting to Active Directory. For more information, see DC Locator.
Example: LDAPS://winServerDC01.abc.mycompany.com:636,LDAPS://winServerDC02.abc.mycompany.com:636,LDAPS://winServerDC03.abc.mycompany.com:636