Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
9480841b
Unverified
Commit
9480841b
authored
Oct 19, 2022
by
Thomas Woerner
Committed by
GitHub
Oct 19, 2022
Browse files
Options
Downloads
Plain Diff
Merge pull request #959 from rjeffman/remove_whitelist
documentation: Change occurences of whitelist to allowlist.
parents
461a9ec0
706eb152
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/modules/ipahost.py
+10
-8
10 additions, 8 deletions
plugins/modules/ipahost.py
plugins/modules/ipaservice.py
+1
-1
1 addition, 1 deletion
plugins/modules/ipaservice.py
with
11 additions
and
9 deletions
plugins/modules/ipahost.py
+
10
−
8
View file @
9480841b
...
...
@@ -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
"
,
""
]
...
...
This diff is collapsed.
Click to expand it.
plugins/modules/ipaservice.py
+
1
−
1
View file @
9480841b
...
...
@@ -59,7 +59,7 @@ options:
elements: str
aliases: [
"
pac_type
"
,
"
ipakrbauthzdata
"
]
auth_ind:
description: Defines a
white
list for Authentication Indicators.
description: Defines a
n allow
list for Authentication Indicators.
type: list
elements: str
required: false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment