Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
pwd_policy
Password Policy (e.g., max failed password attempts).
Column | Type | Description |
---|---|---|
days_to_expiration | integer | Synonym for expires_every_n_days (not typically set in macOS 10.15+). |
expires_every_n_days | integer | How many days for a new password to expire. |
history_depth | integer | This parameter indicates the depth of password history which a new password can't be identical to. |
max_failed_attempts | integer | 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. |
min_mixed_case_characters | integer | This parameter indicates the minimum number of mixed characters in a password. |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd).