Hi all,

I am very confused on why I am not able to enumerate the group members on a centos 8 machine with the above command, but I can on a centos 7 machine.

[root@centos8-1 log]# getent group -s sss video
video:x:39:

[root@centos7-n11 log]# getent group -s sss video
video:*:39:<lots of users>

Both are configured with the same sssd.conf file, and both have "enumerate = True" in the domain section.

In addition, if I just do "getent group" without the "-s sss" the group and all of its members show up properly on both machines.

Super confused here. Thanks in advance for the help!