Hi,

This issue might have been already fixed. And my configuration might not be right.
So we have a Active directory domain which has two domain controllers, and a linux system which is joined to that domain.

For some users, when we use the groups <username> command, we are getting all the proper information, but for some users, groups command gives error like  "cannot find name for group ID XXXXXXXX"

The /etc/sssd/sssd.conf file is as follows:
[sssd]
domains = ad.example.com
config_file_version = 2
services = nss, pam

[pam]
offline_credentials_expiration = 1

[domain/ad.example.com]
ad_domain = ad.example.com
krb5_realm = ad.example.com
realmd_tags = manages-system joined-with-samba
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = True
default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = False
access_provider = ad
override_homedir = /user/%u
account_cache_expiration = 1
entry_cache_timeout = 180

Can somebody help me with this issue?

Thank you
Abhishek Deb