Univention Bugzilla – Attachment 5845 Details for
Bug 34439
Joining a Windows Client without pre-synchronized clocks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
heimdal_1.6_KRB5KRB_AP_ERR_SKEW.patch
heimdal_1.6_KRB5KRB_AP_ERR_SKEW.patch (text/plain), 418 bytes, created by
Arvid Requate
on 2014-04-01 18:24:04 CEST
(
hide
)
Description:
heimdal_1.6_KRB5KRB_AP_ERR_SKEW.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-04-01 18:24:04 CEST
Size:
418 bytes
patch
obsolete
>--- heimdal-1.6~git20120403+dfsg1.orig/kdc/kerberos5.c 2014-04-01 17:54:41.000000000 +0200 >+++ heimdal-1.6~git20120403+dfsg1/kdc/kerberos5.c 2014-04-01 17:39:20.236000000 +0200 >@@ -1740,6 +1740,10 @@ _kdc_as_rep(kdc_request_t r, > pat[n].name, r->client_name); > found_pa = 1; > r->et.flags.pre_authent = 1; >+ } else { >+ if (ret == KRB5KRB_AP_ERR_SKEW) { >+ goto out; >+ }; > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34439
: 5845