From b3435eaa96c86963c2c9e5f317f41e05019daba0 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 18 Oct 2012 16:34:35 +0200 Subject: krb5_child: send PAC to PAC responder If the authenticated user comes from a different realm the service ticket which was returned during the validation of the TGT is used to extract the PAC which is send to the pac responder for evaluation. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ee7e198f1..07dcbd219 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1443,7 +1443,8 @@ krb5_child_SOURCES = \ src/util/sss_krb5.c \ src/util/atomic_io.c \ src/util/util.c \ - src/util/signal.c + src/util/signal.c \ + src/sss_client/common.c krb5_child_CFLAGS = \ $(AM_CFLAGS) \ $(POPT_CFLAGS) \ @@ -1455,7 +1456,8 @@ krb5_child_LDADD = \ $(TEVENT_LIBS) \ $(POPT_LIBS) \ $(DHASH_LIBS) \ - $(KRB5_LIBS) + $(KRB5_LIBS) \ + $(CLIENT_LIBS) ldap_child_SOURCES = \ src/providers/ldap/ldap_child.c \ -- cgit