diff options
author | Stanislav Laznicka <slaznick@redhat.com> | 2016-05-27 16:12:31 +0200 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-06-05 09:47:13 +0200 |
commit | 2026677635c6d4b086670cb9d8f3570bd1b95c27 (patch) | |
tree | 15e6c574263e597cd8cf669f0f71a0c19c2ab967 /ipaplatform/base | |
parent | fdd2265bc4a0894fa5a33bc4c5fd026593185c8b (diff) | |
download | freeipa-2026677635c6d4b086670cb9d8f3570bd1b95c27.tar.gz freeipa-2026677635c6d4b086670cb9d8f3570bd1b95c27.tar.xz freeipa-2026677635c6d4b086670cb9d8f3570bd1b95c27.zip |
Added krb5.conf.d/ to included dirs in krb5.conf
The include of /etc/krb5.conf.d/ is required for crypto-policies to work properly
https://fedorahosted.org/freeipa/ticket/5912
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-rw-r--r-- | ipaplatform/base/paths.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index ca7eb6cf4..336839b71 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -68,6 +68,7 @@ class BasePathNamespace(object): DNSSEC_SOFTHSM_PIN_SO = "/etc/ipa/dnssec/softhsm_pin_so" IPA_NSSDB_DIR = "/etc/ipa/nssdb" IPA_NSSDB_PWDFILE_TXT = "/etc/ipa/nssdb/pwdfile.txt" + COMMON_KRB5_CONF_DIR = "/etc/krb5.conf.d/" KRB5_CONF = "/etc/krb5.conf" KRB5_KEYTAB = "/etc/krb5.keytab" LDAP_CONF = "/etc/ldap.conf" |