2c9bdcf KCM: Set kdc_offset to zero initially

1 file Authored by jhrozek 4 years ago, Committed by pbrezina 4 years ago,
    KCM: Set kdc_offset to zero initially
    
    Resolves: https://pagure.io/SSSD/sssd/issue/4100
    
    KCM assumed that the client library would always set the KDC offset, but
    that's not always the case, especially when using multiple krb contexts
    from the client application:
        https://bugzilla.redhat.com/show_bug.cgi?id=1757224#c64
    
    Heimdal also creates ccaches with zero kdc_offset:
        https://github.com/heimdal/heimdal/commit/9f58896af958ae5e6e3ebde8c48dad4eda841986
    so we should do the same..
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>
    Reviewed-by: Robbie Harwood <rharwood@redhat.com>