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.
FQDN Specification
The domain controller you provide must be specified as an FQDN, and not an IP address. In accordance with industry standards, Anyware Manager will not accept FQDNs with underscores.
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.