https://bugzilla.redhat.com/show_bug.cgi?id=2168743
--- Comment #14 from Sumit Bose sbose@redhat.com --- Hi,
can can find the name of the group with the given SID with the help of SSSD's python bindings from the python3-libsss_nss_idmap package:
python -c "import pysss_nss_idmap; print(pysss_nss_idmap.getnamebysid('S-1-5-21-2272066503-1558053515-3376931032-1153'))"
bye, Sumit