Download custom configuration file for macOS from here.
Replace the values of "policy-email" and "policy-enforced" keys appropriately.
The Enpass app can be deployed on employee’s devices using your UEM (Unified Endpoint Management) or MDM (Mobile Device Management) tool. Enpass supports the following app-configuration keys:
You need to add appropriate registry keys for the user before deploying Enpass. Here is how a .reg file will look.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Sinew Software Systems Pvt Ltd\Policy] "policy-email"="user@your-org.io" "policy-enforced"="true"
Download custom configuration file for macOS from here.
Replace the values of "policy-email" and "policy-enforced" keys appropriately.
Deploy App Config from your MDM. The app config xml will look like:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>policy-enforced</key> <string>true</string> <key>policy-email</key> <string>user@your-org.io</string> </dict> </plist>
You will need to set "policy-email" and "policy-enforced" configuration keys to appropriate values.