#4063 sssd-kcm: type confusion on KDC offset
Closed: Fixed by sbose. Opened by jhrozek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 8): Bug 1741306

KDC offset is an int32 - i.e., a signed type.  However, KCM doesn't treat it as
such.  That means that the following is logged for an offset value of -2419176:
(Wed Sep 11 12:49:53 2019) [sssd[kcm]] [kcm_op_get_kdc_offset_getbyname_done]
(0x1000): KDC offset: 4292548120

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

PR: https://pagure.io/SSSD/sssd/issue/4063

Metadata Update from @jhrozek:
- Issue assigned to jhrozek

Metadata Update from @jhrozek:
- Issue tagged with: PR, bug

I assume that's a mispaste and the PR is https://github.com/SSSD/sssd/pull/865 ?

yup, sorry :)

Master:

  • c580c76a2affc377850303cc81a1519075d174f2

Metadata Update from @sbose:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

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

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