-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
rhel-9.6
-
No
-
Low
-
1
-
rhel-pt-c-libs
-
None
-
False
-
False
-
-
None
-
PT C Libraries Refinement
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Run `getent group` and see the correct groups in the output.
~~~
- getent group wheel
wheel:x:10:testuser02,testuser02
~~~
What is the impact of this issue to you?
Makes querying groups more confusing and less reliable for automation.
Please provide the package NVR for which the bug is seen:
- glibc-2.34-168.el9_6.20.x86_64
How reproducible is this bug?: Always
Steps to reproduce
- `authselect select sssd`
- In sssd.conf `id_provider = files` or with `id_provider = proxy proxy_lib_name = files`
- Add a user to a group
- Run `getent group` command
Expected results
One entry of each user in the group
Actual results
Two entries of each user in the group
~~~
- getent group testgroup02
testgroup02:x:1013:testuser04,ryan,testuser04,ryan
~~~