Skip to content
Snippets Groups Projects
Commit 706eb152 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

documentation: Change occurences of whitelist to allowlist.

This change follows language use recomendation from NISTIR 8366,
"Guidance for NIST Staff on Using Inclusive Language in Documentary
Standards", accessible from

    https://nvlpubs.nist.gov/nistpubs/ir/2021/NIST.IR.8366.pdf
parent f8ca8a7b
Branches
Tags
No related merge requests found
...@@ -143,10 +143,11 @@ options: ...@@ -143,10 +143,11 @@ options:
required: false required: false
auth_ind: auth_ind:
description: description:
Defines a whitelist for Authentication Indicators. Use 'otp' to allow Defines an allow list for Authentication Indicators. Use 'otp'
OTP-based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA to allow OTP-based 2FA authentications. Use 'radius' to allow
authentications. Other values may be used for custom configurations. RADIUS-based 2FA authentications. Other values may be used
Use empty string to reset auth_ind to the initial value. for custom configurations. Use empty string to reset auth_ind
to the initial value.
type: list type: list
aliases: ["krbprincipalauthind"] aliases: ["krbprincipalauthind"]
choices: ["radius", "otp", "pkinit", "hardened", ""] choices: ["radius", "otp", "pkinit", "hardened", ""]
...@@ -279,10 +280,11 @@ options: ...@@ -279,10 +280,11 @@ options:
required: false required: false
auth_ind: auth_ind:
description: description:
Defines a whitelist for Authentication Indicators. Use 'otp' to allow Defines an allow list for Authentication Indicators. Use 'otp'
OTP-based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA to allow OTP-based 2FA authentications. Use 'radius' to allow
authentications. Other values may be used for custom configurations. RADIUS-based 2FA authentications. Other values may be used
Use empty string to reset auth_ind to the initial value. for custom configurations. Use empty string to reset auth_ind
to the initial value.
type: list type: list
aliases: ["krbprincipalauthind"] aliases: ["krbprincipalauthind"]
choices: ["radius", "otp", "pkinit", "hardened", ""] choices: ["radius", "otp", "pkinit", "hardened", ""]
......
...@@ -59,7 +59,7 @@ options: ...@@ -59,7 +59,7 @@ options:
elements: str elements: str
aliases: ["pac_type", "ipakrbauthzdata"] aliases: ["pac_type", "ipakrbauthzdata"]
auth_ind: auth_ind:
description: Defines a whitelist for Authentication Indicators. description: Defines an allow list for Authentication Indicators.
type: list type: list
elements: str elements: str
required: false required: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment