Global Parameters: Jobs
Password Reset LDAP Validation
This parameter enables password validation on the record before executing the Password Reset LDAP script. If enabled and the record in the selected vault contains an invalid password, the script will not execute, neither on demand or scheduled, and an appropriate Response message will appear in the Job History report as an Error.
The available options are:
-
System: The password validation will occur on all Password Reset LDAP script executions regardless of where the record is located.
-
Personal Vault (default value): The password validation will only occur on Password Reset LDAP scripts that are executed from within a Personal Vault.
-
None: Password validation will not occur on Password Reset LDAP script executions.
Periodic Jobs Execution When Checkout
This parameter defines the execution logic of periodic jobs when the record is checked out.
The following options are available:
- Proceed - Periodic jobs will be executed even if the record is checked out. This is the default setting.
- Cancel - Periodic jobs will be cancelled at the time of scheduled execution if the record is checked out. This option allows the record to remain intact during the time it is checked out such as password values. The option relies on the necessary jobs being scheduled during the Check In process.
- Defer - Periodic jobs will be deferred to the request expiration time if the record is checked out. This option allows the record to remain intact during the time it is checked out deferring jobs until the request has expired and the record is checked in.
Rerun Failed Job Interval
When this parameter is non-zero, the system will reschedule failed periodic, monthly or weekly jobs several times with the specified interval during the specified time window or until the job will succeed.
Note that the non-zero time interval should be smaller than the rerun failed job time window.
Time format:
Space or a colon-separated list of tokens, each token is a number+time unit.
Allowed units are:
d - days,
h - hours,
m - minutes,
s - seconds.
If no time unit is specified then the value is considered to be in milliseconds. Negative values or zero allowed.
Example:
- 1d 12h - 1 day and 12 hours
- 45m - 45 minutes
- 0d or 0h or 0m or 0 - zero
Rerun Failed Job Window
When this parameter is non-zero, the system will reschedule failed periodic, monthly or weekly jobs several times during the specified time window or until the job will succeed.
Time format:
Space or a colon-separated list of tokens, each token is a number+time unit.
Allowed units are:
d - days,
h - hours,
m - minutes,
s - seconds.
If no time unit is specified then the value is considered to be in milliseconds. Negative values or zero allowed.
Example:
- 1d 12h - 1 day and 12 hours
- 45m - 45 minutes
- 0d or 0h or 0m or 0 - zero
SSH Connector Type
This parameter allows to switch between default (Jsch Connector) and extended (SSHD Connector) provider to execute all SSH and Interactive SSH jobs in the system.
SSHD Connector provider includes extended cryptography algorithms to support job execution on a different set of devices.
To override this parameter for individual records, use record level field SSHConnectorType (Display name: SSH Connector Type, Choice values: Jsch Connector, SSHD Connector).