(_krb5_extract_ticket): if time difference is larger than max_skew,
return KRB5KRB_AP_ERR_SKEW git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4387 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -222,7 +222,7 @@ _krb5_extract_ticket(krb5_context context,
|
||||
|
||||
if (creds->times.starttime == 0
|
||||
&& abs(tmp_time - sec_now) > context->max_skew) {
|
||||
ret = KRB5KRB_AP_ERR_MODIFIED;
|
||||
ret = KRB5KRB_AP_ERR_SKEW;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user