You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
The current code uses the GID to loop the system accounts with a test of smaller than min_int_uid. I think based on the variable name the UID should be used.
Expected Behavior
Use the UID to lookup for system accounts which are smaller than min_int_uid. That would result in only system accounts are found.
Actual Behavior
If a users primary group is users which is GID 100 it is matches to be a system account.
Control(s) Affected
v8 3.3 Configure Data Access Control Lists
v7 14.6 Protect Information through Access Control Lists
Environment (please complete the following information):
branch being used: devel
Ansible Version: 2.14.5
Host Python Version: 3.10.9
Ansible Server Python Version: 3.10.9
Additional Details:
Additional Notes
If my assumption is wrong, maybe an additional variable min_int_gid should be added.
Describe the Issue
The current code uses the GID to loop the system accounts with a test of smaller than
min_int_uid
. I think based on the variable name the UID should be used.Expected Behavior
Use the UID to lookup for system accounts which are smaller than
min_int_uid
. That would result in only system accounts are found.Actual Behavior
If a users primary group is
users
which is GID 100 it is matches to be a system account.Control(s) Affected
Environment (please complete the following information):
devel
2.14.5
3.10.9
3.10.9
Additional Notes
If my assumption is wrong, maybe an additional variable
min_int_gid
should be added.Possible Solution
The text was updated successfully, but these errors were encountered: