mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
1dfac4f5b7
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>
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
# Installed and maintained by ipa update tools, please do not modify
|
|
|
|
[Service]
|
|
Environment=KRB5_KTNAME=$KRB5_KTNAME
|
|
Environment=KRB5CCNAME=$KRB5CCNAME
|