summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-02-28 15:21:38 +0100
committerMartin Kosek <mkosek@redhat.com>2013-02-28 15:25:14 +0100
commite2120c31c3ba62d1bc57825b90a30d26ca58aa79 (patch)
tree3df191a9d6e95ef40ec462507b0e0327e929b1c7 /install
parentd10c043e92b86e50ece5f80e6a987013d5de6fb1 (diff)
downloadfreeipa-e2120c31c3ba62d1bc57825b90a30d26ca58aa79.tar.gz
freeipa-e2120c31c3ba62d1bc57825b90a30d26ca58aa79.tar.xz
freeipa-e2120c31c3ba62d1bc57825b90a30d26ca58aa79.zip
Fix includedir directive in krb5.conf template
We did not have the includedir directory with a trailing slash which made rpm update add a redundant line. https://fedorahosted.org/freeipa/ticket/3132
Diffstat (limited to 'install')
-rw-r--r--install/share/krb5.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/krb5.conf.template b/install/share/krb5.conf.template
index ed30b9e0f..01e66881b 100644
--- a/install/share/krb5.conf.template
+++ b/install/share/krb5.conf.template
@@ -1,4 +1,4 @@
-includedir /var/lib/sss/pubconf/krb5.include.d
+includedir /var/lib/sss/pubconf/krb5.include.d/
[logging]
default = FILE:/var/log/krb5libs.log