blob: 9397f4bb94ae804ee3eb8866ea5a54f3822291a3 [file] [log] [blame]
Richard Marian Thomaiyar02486302018-07-16 00:29:50 +05301description: >
2 Provides global user account policy related management.
3
4properties:
5 - name: MaxLoginAttemptBeforeLockout
6 type: uint16
7 description: >
8 Configures the maximum permissible attempt before locking
9 out the user. Value of 0 indicates that account lockout
10 feature is disabled.
11
12 - name: AccountUnlockTimeout
13 type: uint32
14 description: >
15 Configures timeout needed (in seconds) to unlock the account
16 after a lockout. Value of 0 indicates that account must be
17 unlocked manually.
18
19 - name: MinPasswordLength
20 type: byte
21 description: >
22 Configures the minimum password length. Minimum password length
23 specified in build time is marked as default value. This property
24 cannot be configured below the build time default value but can be
25 set to higher one for security reasons.
26
27 - name: RememberOldPasswordTimes
28 type: byte
29 description: >
30 Configures the number of times old password shouldn't be allowed
31 when trying to update new password. Value of 0 (by default) indicates
32 this feature is not enforced.
33# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4