From 874e0bdf9e8b988cee60110893ed32c1d75ccd23 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:37:19 +0100 Subject: [PATCH] [PR #7991/551b0b9e backport][stable-8] ipa_user: add how to remove userauthtype from an user (#7995) ipa_user: add how to remove userauthtype from an user (#7991) (cherry picked from commit 551b0b9eeae20d62e0aca55ad2a73b834a23471f) Co-authored-by: Parsa Yousefi --- plugins/modules/ipa_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/ipa_user.py b/plugins/modules/ipa_user.py index cd3cebe44d..e8a1858d0b 100644 --- a/plugins/modules/ipa_user.py +++ b/plugins/modules/ipa_user.py @@ -103,6 +103,7 @@ options: userauthtype: description: - The authentication type to use for the user. + - To remove all authentication types from the user, use an empty list V([]). - The choice V(idp) and V(passkey) has been added in community.general 8.1.0. choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"] type: list