summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-12-01 17:36:56 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-12-02 20:02:21 +0100
commit939d44cef4d202a7ef88250e90c22f6c6a3acc50 (patch)
tree8381a86fc62be9d54fd639a06b9da22bfbef504f /Makefile.am
parent96bdf2906c981fe55b1d9a7b6539f2dd710efbf8 (diff)
downloadsssd-939d44cef4d202a7ef88250e90c22f6c6a3acc50.tar.gz
sssd-939d44cef4d202a7ef88250e90c22f6c6a3acc50.tar.xz
sssd-939d44cef4d202a7ef88250e90c22f6c6a3acc50.zip
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 <jhrozek@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \