Allow clearing auth_ind by using "" as input value.

This commit is contained in:
Rafael Guterres Jeffman
2020-06-01 16:07:37 -03:00
parent 1cf251baf8
commit 3981dafd7b
2 changed files with 21 additions and 1 deletions

View File

@@ -327,7 +327,7 @@ def init_ansible_module():
choices=["MS-PAC", "PAD", "NONE"]),
auth_ind=dict(type="list",
aliases=["krbprincipalauthind"],
choices=["otp", "radius", "pkinit", "hardened"]),
choices=["otp", "radius", "pkinit", "hardened", ""]),
skip_host_check=dict(type="bool"),
force=dict(type="bool"),
requires_pre_auth=dict(