Skip to main content
Version: 2.75.x.x LTS

Generic credential

This table lists the policy parameters specific to generic credentials.

In addition to the policy parameters defined in this table, the policy parameter defined in [the table] is also valid for generic credentials.

NameData Type, ValuesDefaultDescription
credentialLifetimeData type: int (>0)10 years in millisecondsLifetime of a generic credential in milliseconds. After the defined period of time, the user will no longer be able to use his generic credential.
maxCredFailureCountData type: int (>0) or -13Maximum number of login failures before a generic credential is definitely locked. If set to "-1", the max. failure counter is disabled.
tmpLockingDurationData type: long60000Duration of the temporary locking in milliseconds. Use a tmpLockingDuration of at least 30000 since the exact duration cannot be guaranteed below this value.
tmpLockingModeData type: String Values: strict, thresholdstrictstrict: when the first temporary locking period is over, the user can try to log in only once before the next temporary locking period activates. threshold: the user can always try "tmpLockingThreshold" times to log in before the next temporary locking period activates.
tmpLockingThresholdData type: int (>0) or -12Number of login failures before the generic credential is temporarily locked. If set to "-1", the temporary lock is disabled.