From 939d44cef4d202a7ef88250e90c22f6c6a3acc50 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 1 Dec 2014 17:36:56 +0100 Subject: krb5_child: become user earlier The host keytab and the FAST credential cache are copied into memory early at startup to allow to drop privileges earlier. Reviewed-by: Jakub Hrozek --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7d58a9677..a903e350e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2548,6 +2548,7 @@ libsss_ad_la_LDFLAGS = \ krb5_child_SOURCES = \ src/providers/krb5/krb5_child.c \ src/providers/krb5/krb5_ccache.c \ + src/providers/krb5/krb5_keytab.c \ src/providers/dp_pam_data_util.c \ src/util/user_info_msg.c \ src/util/sss_krb5.c \ -- cgit