diff options
| author | Christian Heimes <cheimes@redhat.com> | 2019-04-02 15:37:27 +0200 |
|---|---|---|
| committer | Christian Heimes <cheimes@redhat.com> | 2019-04-02 19:35:38 +0200 |
| commit | 1dfac4f5b7e9986e1217d6979b854b94de094aae (patch) | |
| tree | 2a8f0f0e1a7886c0ec87981e8d24eddc3eb1b9d7 /ipaplatform | |
| parent | e4621f1204c8ffc3e1279cea2a897292d560a48c (diff) | |
| download | freeipa-1dfac4f5b7e9986e1217d6979b854b94de094aae.tar.gz freeipa-1dfac4f5b7e9986e1217d6979b854b94de094aae.tar.xz freeipa-1dfac4f5b7e9986e1217d6979b854b94de094aae.zip | |
Move DS's Kerberos env vars to unit file
The IPA specific env vars KRB5_KTNAME and KRB5CCNAME are now defined in
a instance specific ipa-env.conf unit file.
Fixes: https://pagure.io/freeipa/issue/7860
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipaplatform')
| -rw-r--r-- | ipaplatform/base/paths.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index 7b392ed4e..42b855824 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -382,6 +382,8 @@ class BasePathNamespace: VAR_LOG_DIRSRV_INSTANCE_TEMPLATE = "/var/log/dirsrv/slapd-%s" SLAPD_INSTANCE_ACCESS_LOG_TEMPLATE = "/var/log/dirsrv/slapd-%s/access" SLAPD_INSTANCE_ERROR_LOG_TEMPLATE = "/var/log/dirsrv/slapd-%s/errors" + SLAPD_INSTANCE_SYSTEMD_IPA_ENV_TEMPLATE = \ + "/etc/systemd/system/dirsrv@%s.service.d/ipa-env.conf" # Legacy 389 commands LDIF2DB = '/usr/sbin/ldif2db' DB2LDIF = '/usr/sbin/db2ldif' |
