Disabling Local Vault via Admin Enforcement on MacOS

Disabling on Installation

If you are installing Connection Manager for the first time or local vaults were previously disabled, install Connection Manager version 2.6 or newer via quiet mode using the following command:

Copy
sudo installer -pkg Delinea.ConnectionManager.2.6.0.MacOSInstaller.pkg -target / && sudo defaults write /Library/Preferences/com.Delinea.ConnectionManager.plist disablelocalvault y

The following file will be created during installation and can later be used to adjust administrator settings.

/Library/Preferences/com.Delinea.ConnectionManager.plist

This file can be edited only by administrators and is read-only for regular users.

Backing Up and Disabling Existing Local Vaults

If users already had an existing local vault created, administrators can disable these local vaults, before or after installation by running the following command:

Copy
sudo defaults write /Library/Preferences/com.Delinea.ConnectionManager.plist disablelocalvault fy 

After users launch Connection Manager, they will see a message that their local vault has been disabled by an administrator.

Re-Enabling Local Vault After Disabling

Administrators can centrally re-enable user access to local vault by running the following command: 

Copy
sudo defaults remove /Library/Preferences/com.Delinea.ConnectionManager.plist disablelocalvault