Hi
i m using sssd-2.8.2 on rocky 8 and 9 system.
When i start a clean installation ( i erase the sssd cache ) the group enumeration work nice.
but after some time the same command
getent group
give mr only local group and not AD group.
when i look at the sssd_nss log i see the following message
* (2023-07-13 10:08:37): [nss] [cache_req_set_plugin] (0x2000): [CID#3614] CR #3770: Setting "Enumerate groups" plugin * (2023-07-13 10:08:37): [nss] [cache_req_send] (0x0400): [CID#3614] CR #3770: REQ_TRACE: New request [CID #3614] 'Enumerate groups' * (2023-07-13 10:08:37): [nss] [cache_req_select_domains] (0x0400): [CID#3614] CR #3770: Performing a multi-domain search * (2023-07-13 10:08:37): [nss] [cache_req_search_domains] (0x0400): [CID#3614] CR #3770: Search will bypass the cache and check the data provider * (2023-07-13 10:08:37): [nss] [cache_req_validate_domain_enumeration] (0x0400): [CID#3614] CR #3770: Domain ibfj-evry.fr supports enumeration * (2023-07-13 10:08:37): [nss] [cache_req_validate_domain_type] (0x2000): [CID#3614] Request type POSIX-only for domain ibfj-evry.fr type POSIX is valid * (2023-07-13 10:08:37): [nss] [cache_req_set_domain] (0x0400): [CID#3614] CR #3770: Using domain [ibfj-evry.fr] * (2023-07-13 10:08:37): [nss] [cache_req_search_send] (0x0400): [CID#3614] CR #3770: Looking up Groups enumeration * (2023-07-13 10:08:37): [nss] [cache_req_search_ncache] (0x2000): [CID#3614] CR #3770: This request type does not support negative cache * (2023-07-13 10:08:37): [nss] [cache_req_search_dp] (0x0400): [CID#3614] CR #3770: Looking up [Groups enumeration] in data provider * (2023-07-13 10:08:37): [nss] [sss_dp_get_account_send] (0x0400): [CID#3614] Creating request for [ibfj-evry.fr][0x2][BE_REQ_GROUP][*:-] * (2023-07-13 10:08:37): [nss] [sbus_dispatch] (0x4000): Dispatching. * (2023-07-13 10:08:37): [nss] [sss_domain_get_state] (0x1000): [CID#3614] Domain ibfj-evry.fr is Active * (2023-07-13 10:08:37): [nss] [cache_req_search_cache] (0x0400): [CID#3614] CR #3770: Looking up [Groups enumeration] in cache * (2023-07-13 10:08:37): [nss] [sysdb_enumgrent_filter] (0x1000): [CID#3614] Searching timestamp cache with [(objectCategory=group)] * (2023-07-13 10:08:37): [nss] [sysdb_cache_search_groups] (0x2000): [CID#3614] Search groups with filter: (&(objectCategory=group)(objectCategory=group)) * (2023-07-13 10:08:37): [nss] [sysdb_enumgrent_filter_with_views] (0x0040): [CID#3614] sysdb_enumgrent failed. ********************** BACKTRACE DUMP ENDS HERE *********************************
(2023-07-13 10:08:37): [nss] [cache_req_search_cache] (0x0020): [CID#3614] CR #3770: Unable to lookup [Groups enumeration] in cache [5]: Erreur d'entrée/sortie (2023-07-13 10:09:12): [nss] [sysdb_enumgrent_filter_with_views] (0x0040): [CID#3619] sysdb_enumgrent failed. * ... skipping repetitive backtrace ... (2023-07-13 10:09:12): [nss] [cache_req_search_cache] (0x0020): [CID#3619] CR #3775: Unable to lookup [Groups enumeration] in cache [5]: Erreur d'entrée/sortie
Seems there a some kind of corrupted cache in sssd
Have someone already see this problem?
sssd-users@lists.fedorahosted.org