1ipa-pwpolicy(1) ipa-pwpolicy(1)
2
3
4
6 ipa-pwpolicy - Display or modify the IPA password policy
7
8
10 ipa-pwpolicy [--maxlife days] [--minlife hours] [--history number]
11 [--minclasses number] [--minlength number]
12
13 ipa-pwpolicy --show
14
16 Displays or updates the IPA password policy.
17
18
20 --maxlife=days
21 Set the maximum Password Lifetime in days
22
23 --minlife=hours
24 Set the minimum Password Lifetime in hours
25
26 --history=integer
27 The number of passwords stored in the password history. A value
28 of 0 means do not store a password history.
29
30 --minclasses=integer
31 Set the minimum number of character classes required in a pass‐
32 word. The classes are alpha, numeric, mixed-case and special
33 characters.
34
35 --minlength=integer
36 Set the minimum password length.
37
38 --show Display the current password policy.
39
40 -v, --verbose
41 Display the XML-RPC request and response for more verbose debug‐
42 ging output
43
45 The exit status is 0 on success, nonzero on error.
46
47
48
49freeipa Feb 25 2008 ipa-pwpolicy(1)