pwpolicy-show command. The CLI can also display the password policy in effect for a user.
| Attribute | Value |
|---|---|
| Max lifetime | 90 |
| Max lifetime | 90 (days) |
| Min lifetime | 1 (hour) |
| History size | 0 (unset) |
| Character classes | 0 (unset) |
| Min length | 8 |
| Max failures | 6 |
| Failure reset interval | 60 |
| Lockout duration | 600 |


pwpolicy-show command with no arguments:
$ ipa pwpolicy-show Group: global_policy Max lifetime (days): 90 Min lifetime (hours): 1 History size: 0 Character classes: 0 Min length: 8 Max failures: 6 Failure reset interval: 60 Lockout duration: 600


$ ipa pwpolicy-show examplegroup Group: global_policy Max lifetime (days): 90 Min lifetime (hours): 1 History size: 3 Character classes: 4 Min length: 8 Max failures: 3 Failure reset interval: 15 Lockout duration: 150
pwpolicy-show command can be run for a specific user. The results also show which group policy is in effect for that user.
$ ipa pwpolicy-show --user=jsmith Group: admins Max lifetime (days): 90 Min lifetime (hours): 1 History size: 0 Character classes: 0 Min length: 8 Max failures: 6 Failure reset interval: 60 Lockout duration: 600