diff options
Diffstat (limited to 'install')
| -rw-r--r-- | install/share/Makefile.am | 1 | ||||
| -rw-r--r-- | install/share/ds-ipa-env.conf.template | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index d8e627288..547729e17 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -39,6 +39,7 @@ dist_app_DATA = \ replica-acis.ldif \ replica-prevent-time-skew.ldif \ ds-nfiles.ldif \ + ds-ipa-env.conf.template \ dns.ldif \ dnssec.ldif \ domainlevel.ldif \ diff --git a/install/share/ds-ipa-env.conf.template b/install/share/ds-ipa-env.conf.template index e69de29bb..8ab667df6 100644 --- a/install/share/ds-ipa-env.conf.template +++ b/install/share/ds-ipa-env.conf.template @@ -0,0 +1,5 @@ +# Installed and maintained by ipa update tools, please do not modify + +[Service] +Environment=KRB5_KTNAME=$KRB5_KTNAME +Environment=KRB5CCNAME=$KRB5CCNAME |
