Release Notes

Cloud Access Connector (Ubuntu)

Welcome to the July 17, 2019 release of the Cloud Access Connector for Google Cloud, AWS and On-Premises. This release includes the following update:

Added configurable user and computer Active Directory DNs on upgrade

The configuration settings on the Cloud Access Connector for configuring specific DNs when querying Active Directory for users and computers has been extended to be available when running the update command in addition to the install command.
This permits existing deployments to be updated with new DNs without requiring a fresh install.

The options are:

  • --users-dn The base DN to search for users within AD. This option may be specified multiple times to provide multiple DNs.
  • --computers-dn The base DN to search for computers within AD. This option may be specified multiple times to provide multiple DNs.
  • --sync-interval The interval (in minutes) for how often to sync AD users and computers with CAM Service. Must be at least 5 minutes.

These options may be provided to the install and update commands.

Note, this configuration is applied to the entire deployment. All connectors in a deployment will get this configuration, and the last connector to set this command will set the setting for the entire deployment.