The local user account configuration increase system security by: 1. Locking out users who have exceeded the specified number and frequency of login failures. The system locks the account either indefinitely or for the length of time specified. 2. Disabling accounts that have been inactive a specified number of days. Content-Type: application/vnd.plcm.plcm-local-user-account-config+xml All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
accountLockoutEnabled | boolean | Enable user account locking based on failed login attempts. | Mandatory |
failedLoginThreshold | int | Specify how many consecutive login failures cause the system to lock an account (2-10). | |
failedLoginWindow | int | Specify the time span in hours within which the consecutive failures must occur in order to lock the account (1-24). | |
lockoutDuration | int | Specify the time span in minutes for which the user’s account remains locked (1-480). To specify infinite locking duration, set the value to -1. Note: This configuration will be ignored and its value will be set to 0, if account lockout is not enabled. | |
inactivityThreshold | int | Specify the inactivity threshold in days that triggers disabling of inactive accounts (30-180). To disable configuration or set no limit, either remove the field from request or set the value to 0. | |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |