mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[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 551b0b9eea
)
Co-authored-by: Parsa Yousefi <p.yousefi97@gmail.com>
This commit is contained in:
parent
6987a07887
commit
874e0bdf9e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ options:
|
||||||
userauthtype:
|
userauthtype:
|
||||||
description:
|
description:
|
||||||
- The authentication type to use for the user.
|
- 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.
|
- The choice V(idp) and V(passkey) has been added in community.general 8.1.0.
|
||||||
choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"]
|
choices: ["password", "radius", "otp", "pkinit", "hardened", "idp", "passkey"]
|
||||||
type: list
|
type: list
|
||||||
|
|
Loading…
Reference in a new issue