fleet/schema/tables/pwd_policy.yml
2023-02-07 13:26:05 -05:00

29 lines
1.0 KiB
YAML

name: pwd_policy
platforms:
- darwin
description: Password Policiy (e.g max failed password attempts).
columns:
- name: max_failed_attempts
type: integer
required: false
description: |
The account lockout threshold specifies the amount of times a user can enter an incorrect password before a lockout will occur. Ensure that a lockout threshold is part of the password policy on the computer.
- name: expires_every_n_days
type: integer
required: false
description: |
How many days for a new password to expire.
- name: days_to_expiration
type: integer
required: false
description: |
How many days are left for the expiration of the current password.
- name: history_depth
type: integer
required: false
description: |
This parameter indicates the depth of password history which a new password can't be identical to.
notes: >-
- This table is not a core osquery table. It is included as part of Fleetd, the osquery manager from Fleet.
evented: false