11.4. Creating Group-Level Password Policies
Group-level policies override the global policies and offer specific policies that only apply to group members. Password policies are not cumulative. Either a group policy or the global policy is in effect for a user or group, but not both simultaneously.
Group-level policies do not exist by default, so they must be created manually.
11.4.2. With the Command Line
Password policies are added with the pwpolicy-add command.
$ ipa pwpolicy-add groupName --attribute-value
For example:
$ ipa pwpolicy-add examplegroup --minlife=7 --maxlife=49 --history= --priority=1
Group: examplegroup
Max lifetime (days): 49
Min lifetime (hours): 7
Priority: 1
Setting an attribute to a blank value effectively removes that attribute from the password policy.