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-03 14:28:00 +0100
commit0c7f33bb6b16ef7dd27816489d9ec0b5c758c64f (patch)
tree2b958cc8c12cdc9199227bffe774f2808f2b6519 /Makefile.am
parentebda717383bf29731c3b4d7e809be7c7fae76284 (diff)
downloadsssd-0c7f33bb6b16ef7dd27816489d9ec0b5c758c64f.tar.gz
sssd-0c7f33bb6b16ef7dd27816489d9ec0b5c758c64f.tar.xz
sssd-0c7f33bb6b16ef7dd27816489d9ec0b5c758c64f.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 3d1642885..6f6db56f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2531,6 +2531,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 \