adclient.cloud.connector

This configuration parameter specifies cloud connectors to use in the current Active Directory forest. This parameter enables you to explicitly designate cloud connectors to use for connections between Server Suite-managed Linux and UNIX computers and the cloud instance providing cloud authentication services.

By default, adclient will automatically select the most appropriate cloud connector to use based on network topology. You can use this parameter, however, to manually specify IP addresses or fully-qualified domain names of cloud connectors separated by commas you want connections to go through. By designating some cloud connectors, adclient will select one of them to use and won't do automatic discovery to other connectors.

For example, to specify cloud connectors by IP addresses:

adclient.cloud.connector: 192.168.1.61:8080, 192.168.1.62:8080

To specify cloud connectors using fully-qualified domain names:

adclient.cloud.connector: connector1.mydomain.com:8080, connector2.mydomain.com:8080

Port 8080 is the default port for cloud connectors to use.