Merge pull request #1081 from cutrightjm/patch-1

Fix typo in ipapwpolicy.py
This commit is contained in:
Thomas Woerner
2023-06-07 17:17:01 +02:00
committed by GitHub

View File

@@ -197,7 +197,7 @@ def gen_args(module,
if maxrepeat is not None:
_args["ipapwdmaxrepeat"] = maxrepeat
if maxsequence is not None:
_args["ipapwdmaxrsequence"] = maxsequence
_args["ipapwdmaxsequence"] = maxsequence
if dictcheck is not None:
if module.ipa_check_version("<", "4.9.10"):
# Allowed values: "TRUE", "FALSE", ""