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:
Johan Danielsson
2001-06-18 01:47:52 +00:00
parent b70c6b82df
commit c38844ce24

View File

@@ -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,