One Identity recommends using the install script that you downloaded with the rest of Safeguard Authentication Services instead of using the following steps. However, when you install vas.pkg, it installs the Safeguard Authentication Services client, the group policy client, and the dnsupdate as well by default. Using the install.sh script with the download allows you to choose individual packages to install.
To install all of the Safeguard Authentication Services packages found in the Safeguard Authentication Services metapackage
-
Open a Terminal.app window and run the following commands
-
Change directories to the location where you mounted the Safeguard Authentication Services.dmg:
$ cd /Volumes/VAS-Installer
-
Execute the command line installer with the following arguments:
$ sudo /usr/sbin/installer -pkg VAS.mpkg -target /
This installs all of the Safeguard Authentication Services packages contained in the Safeguard Authentication Services metapackage.
-
Run the following command to install individual Safeguard Authentication Services components.
$ cd /Volumes/VAS-Installer/VAS.mpkg/Contents $ sudo /usr/sbin/installer -pkg Packages/vasclnt.pkg \ -target /
NOTE: You must install all Safeguard Authentication Services components into the root file system, so the parameter to the target command line option must be /. Also, you must have local administrator rights to run commands using the sudo utility.