#3570 The cache-req debug string representation uses a wrong format specifier for by-ID requests
Closed: Fixed 6 years ago Opened 6 years ago 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.


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

6 years ago

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)

6 years ago

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

6 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/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.

Login to comment on this ticket.

Metadata