Specifying Domain Controllers
You can optionally specify one or more domain controllers to use with the Connector by providing the --domain-controller
option with the install
or update
commands. The following is an example of how this command might look (other required options excluded):
sudo ./cloud-access-connector install --domain-controller dc1.domain.com [--domain-controller dc2.domain.com]
--domain-controller
options. If you explicitly provide domain controllers the Connector will only use these domain controllers when authenticating or syncing users and computer information to the CAM service, regardless of whether other domain controllers are available.
FQDN Specification
The domain controller you provide must be specified as an FQDN, and not an IP address.