Displaying 3 results from an estimated 3 matches for "_pam_warn_krb5_failure".
2018 Jul 23
3
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
Thanks Louis. Results below.
> Hai,
>
> I've reading this thread more closely.
>
> I suggest you try the followoing.
>
> Check the servers hardware clock in the bios first.
> Set these within 5 min, if they are not about the same.
>
There no RTC in the pi; the other DC is running in a VM with RTC set to UTC. I have disabled the guest from getting the time
2018 Jul 23
0
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
...; As roy (after logging in and getting the message:
> Failed to establish your Kerberos Ticket cache due time differences
> with the domain controller. Please verify the system time.
OK, I know where the message is coming from ;-)
samba-master/nsswitch/pam_winbind.c
line 1441
static void _pam_warn_krb5_failure(struct pwb_context *ctx,
const char *username,
uint32_t info3_user_flgs)
{
if (PAM_WB_KRB5_CLOCK_SKEW(info3_user_flgs)) {
_make_remark(ctx, PAM_ERROR_MSG,
_("Failed to establish your Kerberos Ticket cache "
"due time differences\n"
&q...
2018 Jul 24
2
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
...t cache due time
> differences
> > > with the domain controller. Please verify the system time.
> >
> > OK, I know where the message is coming from ;-)
> >
> > samba-master/nsswitch/pam_winbind.c
> >
> > line 1441
> >
> > static void _pam_warn_krb5_failure(struct pwb_context *ctx,
> > const char *username,
> > uint32_t info3_user_flgs)
> > {
> > if (PAM_WB_KRB5_CLOCK_SKEW(info3_user_flgs)) {
> > _make_remark(ctx, PAM_ERROR_MSG,
> > _("Failed to establish your
> Kerberos Ticket cach...