From 73b1e1466cb3a2f3cadc2865b0226a48b3ff6f27 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 28 Jun 2011 14:46:49 +0200 Subject: s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pac metze --- source4/heimdal/kdc/krb5tgs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source4/heimdal') diff --git a/source4/heimdal/kdc/krb5tgs.c b/source4/heimdal/kdc/krb5tgs.c index f13da57e45..55d5d09ede 100644 --- a/source4/heimdal/kdc/krb5tgs.c +++ b/source4/heimdal/kdc/krb5tgs.c @@ -2068,10 +2068,8 @@ server_lookup: krb5_data_free(&rspac); /* - * generate the PAC for the user. - * - * TODO: pass in t->sname and t->realm and build - * a S4U_DELEGATION_INFO blob to the PAC. + * generate the PAC for the user and pass + * dp for the S4U_DELEGATION_INFO blob in the PAC. */ ret = check_PAC(context, config, tp, dp, client, server, krbtgt, -- cgit