diff --git a/plugins/modules/ipahost.py b/plugins/modules/ipahost.py index fd6c475f1233ee7e9f3902037ab335b145c2f1a4..ee6aab23d82ebe8ba4a1876a4c1a6b8aaa758d56 100644 --- a/plugins/modules/ipahost.py +++ b/plugins/modules/ipahost.py @@ -143,10 +143,11 @@ options: required: false auth_ind: description: - Defines a whitelist for Authentication Indicators. Use 'otp' to allow - OTP-based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA - authentications. Other values may be used for custom configurations. - Use empty string to reset auth_ind to the initial value. + Defines an allow list for Authentication Indicators. Use 'otp' + to allow OTP-based 2FA authentications. Use 'radius' to allow + RADIUS-based 2FA authentications. Other values may be used + for custom configurations. Use empty string to reset auth_ind + to the initial value. type: list aliases: ["krbprincipalauthind"] choices: ["radius", "otp", "pkinit", "hardened", ""] @@ -279,10 +280,11 @@ options: required: false auth_ind: description: - Defines a whitelist for Authentication Indicators. Use 'otp' to allow - OTP-based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA - authentications. Other values may be used for custom configurations. - Use empty string to reset auth_ind to the initial value. + Defines an allow list for Authentication Indicators. Use 'otp' + to allow OTP-based 2FA authentications. Use 'radius' to allow + RADIUS-based 2FA authentications. Other values may be used + for custom configurations. Use empty string to reset auth_ind + to the initial value. type: list aliases: ["krbprincipalauthind"] choices: ["radius", "otp", "pkinit", "hardened", ""] diff --git a/plugins/modules/ipaservice.py b/plugins/modules/ipaservice.py index 5400bd455a9d8ab939d9991a347299f6bd5bbea1..a6fa9cb129fb6a1bef3a8599d39579850c4402f8 100644 --- a/plugins/modules/ipaservice.py +++ b/plugins/modules/ipaservice.py @@ -59,7 +59,7 @@ options: elements: str aliases: ["pac_type", "ipakrbauthzdata"] auth_ind: - description: Defines a whitelist for Authentication Indicators. + description: Defines an allow list for Authentication Indicators. type: list elements: str required: false