The Local Password Configuration increases system security by specifying age, length and complexity requirements for the passwords of local administrator, auditor, and provisioner users. Content-Type: application/vnd.plcm.plcm-local-password-config+xml All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
max-password-age | xs:int | The maximum number of days before a password must be changed (30-180 days). To disable the configuration either remove the field from request or set the value to 0. | |
min-password-age | xs:int | The minimum number of days before a password can be changed (1-30 days). To disable the configuration either remove the field from request or set the value to 0. | |
min-password-length | xs:int | Specify the number of characters a password must contain (1-30). | Mandatory |
min-changed-characters | xs:int | Specify the number of characters that must be different from the previous password (1-4). To disable the configuration either remove the field from request or set the value to 0. | |
password-history | xs:int | Specify how many of the user’s previous passwords the system remembers and won’t permit to be reused (8-30). To disable the configuration either remove the field from request or set the value to 0. | |
user-name-allowed | xs:boolean | Allow the inclusion of user name (or its reverse form) in password. Default value for this field is 'true'. | |
min-lowercase-letters | xs:int | Specify the number of lowercase letters (a-z) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
min-uppercase-letters | xs:int | Specify the number of uppercase letters (A-Z) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
min-digit-characters | xs:int | Specify the number of digit characters (0-9) that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
min-special-characters | xs:int | Specify the number of non-alphanumeric keyboard characters that a password must contain (1-2). To disable the configuration either remove the field from request or set the value to 0. | |
max-repeating-characters | xs:int | Specify how many sequential characters may be the same (1-4). To disable the configuration either remove the field from request or set the value to 0. | |
password-warning-interval-days | xs:unsignedShort | the plcm password warning interval days | |
expire-system-password-age | xs:unsignedShort | the password system expire-age | |
entity-tag | 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 | xs:string | Length of value must be >=1 Length of value must be <=64 |