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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
be1720e9
Unverified
Commit
be1720e9
authored
4 years ago
by
Rafael Guterres Jeffman
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #501 from enothen/500-Sudorule-fix-false-positive-changes
Fixed names of member objects of sudorule
parents
38b3e817
2cc4c27f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/modules/ipasudorule.py
+4
-4
4 additions, 4 deletions
plugins/modules/ipasudorule.py
with
4 additions
and
4 deletions
plugins/modules/ipasudorule.py
+
4
−
4
View file @
be1720e9
...
...
@@ -429,16 +429,16 @@ def main():
# Generate addition and removal lists
host_add
,
host_del
=
gen_add_del_lists
(
host
,
res_find
.
get
(
'
member_host
'
,
[]))
host
,
res_find
.
get
(
'
member
host
_host
'
,
[]))
hostgroup_add
,
hostgroup_del
=
gen_add_del_lists
(
hostgroup
,
res_find
.
get
(
'
member_hostgroup
'
,
[]))
hostgroup
,
res_find
.
get
(
'
member
host
_hostgroup
'
,
[]))
user_add
,
user_del
=
gen_add_del_lists
(
user
,
res_find
.
get
(
'
member_user
'
,
[]))
user
,
res_find
.
get
(
'
member
user
_user
'
,
[]))
group_add
,
group_del
=
gen_add_del_lists
(
group
,
res_find
.
get
(
'
member_group
'
,
[]))
group
,
res_find
.
get
(
'
member
user
_group
'
,
[]))
allow_cmd_add
,
allow_cmd_del
=
gen_add_del_lists
(
allow_sudocmd
,
...
...
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