ipa-pwpolicy (1) - Linux Manuals
ipa-pwpolicy: Display or modify the IPA password policy
Command to display ipa-pwpolicy manual in Linux: $ man 1 ipa-pwpolicy
NAME
ipa-pwpolicy - Display or modify the IPA password policy
SYNOPSIS
ipa-pwpolicy
[--maxlife days] [--minlife hours] [--history number] [--minclasses number] [--minlength number]
- ipa-pwpolicy --show
-
DESCRIPTION
Displays or updates the IPA password policy.
OPTIONS
- --maxlife=days
-
Set the maximum Password Lifetime in days
- --minlife=hours
-
Set the minimum Password Lifetime in hours
- --history=integer
-
The number of passwords stored in the password history. A value of 0 means do not store a password history.
- --minclasses=integer
-
Set the minimum number of character classes required in a password. The classes are alpha, numeric, mixed-case and special characters.
- --minlength=integer
-
Set the minimum password length.
- --show
-
Display the current password policy.
- -v, --verbose
-
Display the XML-RPC request and response for more verbose debugging output
EXIT STATUS
The exit status is 0 on success, nonzero on error.