#4130 `files_provider`: domain is not marked as inconsistent properly
Closed: cloned-to-github 5 years ago by pbrezina. Opened 5 years ago by atikhonov.

    dp_sbus_domain_inconsistent(id_ctx->be->provider, id_ctx->domain);

    dp_sbus_reset_users/groups_ncache(id_ctx->be->provider, id_ctx->domain);
    dp_sbus_reset_users/groups_memcache(id_ctx->be->provider);
    dp_sbus_reset_initgr_memcache(id_ctx->be->provider);

All those calls in sf_passwd|group_cb() just queue dbus messages to send, but they are actually only sent when sf_passwd|group_cb() returns and tevent loop proceeds. Naturally, this doesn't make any sense, since at this moment job is already done and domain is "consistent" again.


Metadata Update from @thalman:
- Issue tagged with: Future milestone

5 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/5091

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 Update from @pbrezina:
- Issue close_status updated to: cloned-to-github
- Issue status updated to: Closed (was: Open)

5 years ago

Log in to comment on this ticket.

Metadata