URL: https://github.com/freeipa/freeipa/pull/5409
Author: frozencemetery
 Title: #5409: Set client keytab location for 389ds
Action: opened

PR body:
"""
Handles behavior change in
https://github.com/389ds/389-ds-base/pull/4523

(It may be preferable to wait until the 389ds PR is closed, but I wanted to 
show the change needed for that.)
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5409/head:pr5409
git checkout pr5409
From bcc3675c0b46baa2a2d03fc6b7d7546348e3f4e1 Mon Sep 17 00:00:00 2001
From: Robbie Harwood <rharw...@redhat.com>
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

Signed-off-by: Robbie Harwood <rharw...@redhat.com>
---
 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 f5ce11a9a74..c059aae1515 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
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to