Groupnames Dissapearing from IPA GIDs

Issues related to applications and software problems
Post Reply
sbuchanan0613
Posts: 9
Joined: 2018/04/25 20:48:02

Groupnames Dissapearing from IPA GIDs

Post by sbuchanan0613 » 2018/07/20 15:30:48

Hello,

Hopefully i'm posting this to the correct place.I have setup the Free-IPA LDAP suite (DNS/NTP/LDAP/CA/KRB) on CentOS 7.5.1804.and have been running this with not too many issues for a couple months now. For some reason the following is happening and i'm not too sure what is causing it.

#id -Gn test-user

cannot find name for group ID 10023

Then if I run
# getent group <groupname>
This resolves with a full list of users associated with that group

Lastly when I rerun; #id -Gn test-user
the cannot find name or group ID error message dissipears and the group name resolves to the GID.

This will last a couple of hours and then will be unresolvable again.
Any help would be appreciated

Environment:
Client W/ Issues: CentOS 7.4.1708
SSSD Version: 1.16
NTP is connected to the IPA server and in Sync within 46ms
Kerberos Ticket Exists
IPA-Client Version: 4.5.0

IPA Host: CentOS 7.5.1804
SSSD Version: 1.16
NTP is allowing connections and pulling time from external sources
Kerberos Ticket Exists
IPA-Server Version: 4.5.4

Please let me know if I need to attach any logs.

Thanks in advanced,

Steve

sbuchanan0613
Posts: 9
Joined: 2018/04/25 20:48:02

Re: Groupnames Dissapearing from IPA GIDs

Post by sbuchanan0613 » 2018/08/23 16:59:17

Heres a snippet of the debugged sssd.log:

(Fri Jul 20 11:04:11 2018) [sssd[nss]] [merge_msg_ts_attrs] (0x2000): No such DN in the timestamp cache: name=<group_name>@<domain>,cn=groups,cn=<domain>,cn=sysdb
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [sysdb_merge_res_ts_attrs] (0x2000): TS cache doesn't contain this DN, skipping
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [cache_req_search_cache] (0x0020): CR #55: Multiple objects were found when only one was expected!
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [cache_req_process_result] (0x0400): CR #55: Finished: Error 1432158209: Internal Error
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [nss_protocol_done] (0x4000): Sending reply: error [1432158209]: Internal Error
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [client_recv] (0x0200): Client disconnected!
(Fri Jul 20 11:04:11 2018) [sssd[nss]] [client_close_fn] (0x2000): Terminated client [0x5653d9f37dd0][21]


Last bumped by sbuchanan0613 on 2018/08/23 16:59:17.

Post Reply