summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-06-16 13:22:32 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-16 18:27:39 +0200
commitdbfc407eef1d9ba2469687c3ffbe7fd8bb111d94 (patch)
tree76d1a16921daf6d9a5ca1d594414d22ff591152b /src/providers
parenta5bb518446d5ce565d7ba819590a009cabb0b0b4 (diff)
downloadsssd-dbfc407eef1d9ba2469687c3ffbe7fd8bb111d94.tar.gz
sssd-dbfc407eef1d9ba2469687c3ffbe7fd8bb111d94.tar.xz
sssd-dbfc407eef1d9ba2469687c3ffbe7fd8bb111d94.zip
BUILD: Store keytabs in /var/lib/sss/keytabs
Make sure the directory is only accessible to the sssd user Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ipa/ipa_subdomains.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_subdomains.h b/src/providers/ipa/ipa_subdomains.h
index 281e975e7..5bc63a173 100644
--- a/src/providers/ipa/ipa_subdomains.h
+++ b/src/providers/ipa/ipa_subdomains.h
@@ -30,7 +30,7 @@
#include "config.h"
#ifndef IPA_TRUST_KEYTAB_DIR
-#define IPA_TRUST_KEYTAB_DIR DB_PATH"/keytabs"
+#define IPA_TRUST_KEYTAB_DIR SSS_STATEDIR"/keytabs"
#endif /* IPA_TRUST_KEYTAB_DIR */
/* ==Sid2Name Extended Operation============================================= */