Alper AYKUT via FreeIPA-users wrote: > On my free ipa server, I can still see the ldapuser02 user that I > deleted from the free ipa web interface with the following command, what > could be the reason for this? > > [root@idm /]# id ldapuser02 > uid=168200020(ldapuser02) gid=168200020(ldapuser02) > groups=168200020(ldapuser02) > > id aykut > uid=168200021(aykut) gid=168200021(aykut) groups=168200021(aykut) > > ipa user-del aykut > ipa: ERROR: aykut: user not found > > ipa user-del ldapuser02 > ipa: ERROR: ldapuser02: user not found > > With the user del command, although there are no users, the ids of the > users appear. how can I update this? where should I check?
SSSD caches data. You can use sss_cache(8) to refresh things. For example, sss_cache -u aykut rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
