#775 SSSD returns error on nonexistent netgroup
Closed: Fixed None Opened 13 years ago by sgallagh.

If a netgroup doesn't exist in LDAP, we're returning an error instead of NSS_STATUS_NOTFOUND.

(Thu Jan 13 12:47:02 2011) [sssd[nss]] [sss_dp_get_reply] (4): Got reply (3, 2, Netgroup lookup failed) from Data Provider
(Thu Jan 13 12:47:02 2011) [sssd[nss]] [lookup_netgr_dp_callback] (2): Unable to get information from Data Provider
Error: 3, 2, Netgroup lookup failed
Will try to return what we have in cache

It looks like we're percolating down the error ENOENT from sysdb_delete_netgroup(). We need to make sure we return correctly.


Fields changed

owner: somebody => sgallagh

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.5.1
status: new => assigned

Fixed by 6a03b2a

resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.5.1

7 years ago

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/1817

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.

Login to comment on this ticket.

Metadata