Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2025 13:53:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 285775] kinit: krb5_get_init_creds: Clock skew too great after daylight saving time change in Europe
Message-ID:  <bug-285775-227-afvLHxlmti@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285775-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285775-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285775

--- Comment #1 from Marcin Cie=C5=9Blak <saper@saper.info> ---
Looks like the client time reported by kdc.log is really wrong.

Kerberos credential cache contains the old expired ticket before the DST
change:

> klist | sed '(rename)'
Credentials cache: FILE:/tmp/krb5cc_169
        Principal: saper@EXAMPLE.ORG

  Issued                Expires        Principal
Mar 29 18:43:10 2025  >>>Expired<<<  krbtgt/EXAMPLE.ORG@EXAMPLE.ORG
Mar 29 18:43:13 2025  >>>Expired<<<  host/o.example.org@EXAMPLE.ORG
Mar 29 18:43:21 2025  >>>Expired<<<  host/q.example.org@EXAMPLE.ORG
Mar 29 18:43:21 2025  >>>Expired<<<  host/q.example.org@EXAMPLE.ORG
Mar 29 18:43:21 2025  >>>Expired<<<  host/q.example.org@EXAMPLE.ORG

Workaround: Removing this fixes the problem

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285775-227-afvLHxlmti>