Multiple IP Address for LDAP Host

GOE
Regular Contributor
Regular Contributor

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

2 REPLIES 2

vivekmohanty_pm
Saviynt Employee
Saviynt Employee

@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.

dgandhi
All-Star
All-Star

Yes, below sample for reference:

Configuring a High-Availability Connection

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

 

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.