From c38844ce247dee1e3117b72471b3ef5461bb3549 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 18 Jun 2001 01:47:52 +0000 Subject: [PATCH] use starttime instead of authtime, from Chris Chiappa git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10088 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/convert_creds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/convert_creds.c b/lib/krb5/convert_creds.c index 4ed804e17..f4d18d29d 100644 --- a/lib/krb5/convert_creds.c +++ b/lib/krb5/convert_creds.c @@ -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,