Skip to content

Commit

Permalink
ipa_user: add how to remove userauthtype from an user (ansible-collec…
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa97 authored Feb 20, 2024
1 parent 1dd697b commit 551b0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/ipa_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
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
Expand Down

0 comments on commit 551b0b9

Please sign in to comment.