Delay the Start of Imprivata MDA
When the bootLockDelay AppConfig is in effect, the device cannot be unlocked. It allows the user to enter the SIM card PIN to be entered into the device. The user cannot freely unlock or use the device normally. The delay timer only starts when the device has finished restarting.
This feature is configured via the AppConfig using an MDM. See the Imprivata MDA AppConfig Reference for supported MDM AppConfig keys.
Prerequisites
Take note of the following prerequisites:
-
Requires Imprivata MDA 8.2 or later.
Configure the AppConfig
Add the following key to your MDM:
-
ConfigFlags
-
The AppConfig Configuration Key field for this feature is "ConfigFlags".
-
The AppConfig Value Type for this feature is "String".
-
The AppConfig Value is bootLockDelay=<seconds>
where
-
The assigned integer value defines the delay in seconds.
-
The maximum delay time is 60 seconds. If the integer entered is greater than 60 seconds, the flag applies the maximum delay of 60 seconds.
-
If the integer is not present, is 0, or is negative, the flag is ignored.
NOTE:Some MDMs have their own delays for starting apps. Take that into consideration when setting the bootLockDelay AppConfig.
-
-