#1759 sss_cache -N/-n should invalidate the hash table in sssd_nss
Closed: Fixed Opened by jhrozek.

sss_cache only invalidates the ldb records, but not the in-memory cache that holds the netgroup record. We need to fix that otherwise sssd returns non-logical results:

getent netgroup netgr
-> shows netgroup, expected
(remove netgroup from LDAP)
sss_cache -N
getent netgroup netgr
-> still shows the netgroup, should not


Related to ticket #1720.

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.10 beta
priority: major => minor
rhbz: => 0

Fields changed

rhbz: 0 =>

Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=896558

rhbz: => [https://bugzilla.redhat.com/show_bug.cgi?id=896558 896558]

Fixing this won't be necessary if we fix #1720 and get rid of the hash table completely.

Can be done post-beta in 1.10 proper.

milestone: SSSD 1.10 beta => SSSD 1.10.0
review: => 0

Fields changed

milestone: SSSD 1.10.0 => SSSD 1.10.1

Moving tickets that didn't make 1.10.1 to the 1.10.2 bucket.

Moving tickets that didn't make 1.10.1 to 1.10.2

milestone: SSSD 1.10.1 => SSSD 1.10.2

Fields changed

changelog: =>
owner: somebody => lslebodn

Fields changed

patch: 0 => 1
status: new => assigned

  • master: db440b3ba6b848010cf2a1fe9f76db394ce860da
  • sssd-1-10: 755c40fa21093360b94a2f78acd209329adebf96

resolution: => fixed
status: assigned => closed

  • sssd-1-9: 367807446472ca1e544ec7f23ddfabc5898453ca

Fields changed

changelog: => N/A, just a bugfix

Metadata Update from @jhrozek:
- Issue assigned to lslebodn
- Issue set to the milestone: SSSD 1.10.2

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2801

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata