Richard Marian Thomaiyar | 0248630 | 2018-07-16 00:29:50 +0530 | [diff] [blame] | 1 | description: > |
| 2 | Provides global user account policy related management. |
| 3 | |
| 4 | properties: |
| 5 | - name: MaxLoginAttemptBeforeLockout |
| 6 | type: uint16 |
| 7 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 8 | Configures the maximum permissible attempt before locking out the |
| 9 | user. Value of 0 indicates that account lockout feature is disabled. |
Ratan Gupta | 77e5649 | 2018-11-03 12:14:21 +0530 | [diff] [blame] | 10 | errors: |
| 11 | - xyz.openbmc_project.Common.Error.InternalFailure |
Richard Marian Thomaiyar | 0248630 | 2018-07-16 00:29:50 +0530 | [diff] [blame] | 12 | |
| 13 | - name: AccountUnlockTimeout |
| 14 | type: uint32 |
| 15 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 16 | Configures timeout needed (in seconds) to unlock the account after a |
| 17 | lockout. Value of 0 indicates that account must be unlocked manually. |
Ratan Gupta | 77e5649 | 2018-11-03 12:14:21 +0530 | [diff] [blame] | 18 | errors: |
| 19 | - xyz.openbmc_project.Common.Error.InternalFailure |
Richard Marian Thomaiyar | 0248630 | 2018-07-16 00:29:50 +0530 | [diff] [blame] | 20 | |
| 21 | - name: MinPasswordLength |
| 22 | type: byte |
| 23 | description: > |
| 24 | Configures the minimum password length. Minimum password length |
| 25 | specified in build time is marked as default value. This property |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 26 | cannot be configured below the build time default value but can be set |
| 27 | to higher one for security reasons. |
Ratan Gupta | 77e5649 | 2018-11-03 12:14:21 +0530 | [diff] [blame] | 28 | errors: |
| 29 | - xyz.openbmc_project.Common.Error.InternalFailure |
Paul Fertser | f4d2c11 | 2022-01-22 12:18:36 +0000 | [diff] [blame] | 30 | - xyz.openbmc_project.Common.Error.InvalidArgument |
Richard Marian Thomaiyar | 0248630 | 2018-07-16 00:29:50 +0530 | [diff] [blame] | 31 | |
| 32 | - name: RememberOldPasswordTimes |
| 33 | type: byte |
| 34 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 35 | Configures the number of times old password shouldn't be allowed when |
| 36 | trying to update new password. Value of 0 (by default) indicates this |
| 37 | feature is not enforced. |
Ratan Gupta | 77e5649 | 2018-11-03 12:14:21 +0530 | [diff] [blame] | 38 | errors: |
| 39 | - xyz.openbmc_project.Common.Error.InternalFailure |