Skip to content
Snippets Groups Projects
Commit b1eb3299 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipapwpolicy: The alias for usercheck in argument_spec had typo

The alias for usercheck in argument_spec was "ipapwusercheck" instead of
"ipapwdusercheck".
parent 2ee71395
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment