ipapwpolicy: The alias for usercheck in argument_spec had typo

The alias for usercheck in argument_spec was "ipapwusercheck" instead of
"ipapwdusercheck".
This commit is contained in:
Thomas Woerner
2023-03-27 12:20:14 +02:00
parent 2ee7139560
commit b1eb32993d

View File

@@ -275,7 +275,7 @@ def main():
default=None),
dictcheck=dict(type="str", aliases=["ipapwdictcheck"],
default=None),
usercheck=dict(type="str", aliases=["ipapwusercheck"],
usercheck=dict(type="str", aliases=["ipapwdusercheck"],
default=None),
gracelimit=dict(type="str", aliases=["passwordgracelimit"],
default=None),