InactiveUserDeleteDuration
The time period after which to delete inactive users. This option allows you to automatically delete users from IDOL Server if they have been inactive for the specified period. A user is considered inactive if they have not logged on successfully for the specified period.
Specify the period in the following format:
NumberTimeUnit
where,
Number
|
is the number of time units to elapse. |
TimeUnit
|
is the time unit to apply. The following units are available:
|
NOTE: If you do not specify a TimeUnit
, IDOL Server reads the specified number as seconds.
If you do not want to delete inactive users, set InactiveUserDeleteDuration
to -1
.
Type: | Long |
Default: | -1 (deactivated) |
Required: | No |
Configuration Section: | User |
Example: | InactiveUserDeleteDuration=3months
|
See Also: | InactiveUserDeleteCycleDuration |