From df411f00a3d1db2fcb0d122a54b9e13a57e35f3f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 8 Jan 2021 11:43:31 -0500 Subject: [PATCH] Set client keytab location for 389ds Handles behavior change in https://github.com/389ds/389-ds-base/pull/4523 Fixes: https://pagure.io/freeipa/issue/8656 Signed-off-by: Robbie Harwood Reviewed-By: Rob Crittenden Reviewed-By: Alexander Bokovoy --- install/share/ds-ipa-env.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/install/share/ds-ipa-env.conf.template b/install/share/ds-ipa-env.conf.template index f5ce11a9a..c059aae15 100644 --- a/install/share/ds-ipa-env.conf.template +++ b/install/share/ds-ipa-env.conf.template @@ -3,4 +3,5 @@ [Service] Environment=LC_ALL=C.UTF-8 Environment=KRB5_KTNAME=$KRB5_KTNAME +Environment=KRB5_CLIENT_KTNAME=$KRB5_KTNAME Environment=KRB5CCNAME=$KRB5CCNAME -- 2.26.2