use starttime instead of authtime, from Chris Chiappa
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10088 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -197,7 +197,7 @@ krb524_convert_creds_kdc(krb5_context context,
|
||||
v4creds->realm);
|
||||
if(ret)
|
||||
goto out;
|
||||
v4creds->issue_date = v5_creds->times.authtime;
|
||||
v4creds->issue_date = v5_creds->times.starttime;
|
||||
v4creds->lifetime = _krb_time_to_life(v4creds->issue_date,
|
||||
v5_creds->times.endtime);
|
||||
ret = krb5_524_conv_principal(context, v5_creds->client,
|
||||
|
Reference in New Issue
Block a user