#3570 The cache-req debug string representation uses a wrong format specifier for by-ID requests
Closed: Fixed Opened by jhrozek.

Luckily, this is just an issue as far as DEBUG messages go, but this:

return talloc_asprintf(mem_ctx, "GID:%d@%s", data->id, domain->name);

should use the %"SPRIgid" specifier, not the plain decimal one.

Same for other by-ID plugins.


PR:https://github.com/SSSD/sssd/pull/448

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1512027

Issue linked to Bugzilla: Bug 1512027

master:

  • d25646c64a7117a6551468256efa82d01647751e

Metadata Update from @lslebodn:
- Issue close_status updated to: Fixed
- Issue set to the milestone: SSSD 1.16.1
- Issue status updated to: Closed (was: Open)

Metadata Update from @lslebodn:
- Custom field version adjusted to 1.15.0

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

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