summaryrefslogtreecommitdiffstats
path: root/confskel/heimdal
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-02 17:03:40 -0500
committerTimothy Pearson <[email protected]>2012-06-02 17:03:40 -0500
commitbd05fcffd6b8bbc21ceb8511e971135e539fdc7a (patch)
treede1704c14c1165f6b9b627b8269a943acade97f8 /confskel/heimdal
parent8daa9e9e96c6b088bfe8ed1a69947238c7d6e62e (diff)
downloadkcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.tar.gz
kcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.zip
LDAP and Kerberos now partially work together
Diffstat (limited to 'confskel/heimdal')
-rw-r--r--confskel/heimdal/heimdal.defaults2
-rw-r--r--confskel/heimdal/kdc.conf2
-rw-r--r--confskel/heimdal/krb5.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/confskel/heimdal/heimdal.defaults b/confskel/heimdal/heimdal.defaults
index 4916c5f..616f509 100644
--- a/confskel/heimdal/heimdal.defaults
+++ b/confskel/heimdal/heimdal.defaults
@@ -1,4 +1,4 @@
-# Zivios Heimdal Configuration file.
+# TDE Heimdal Configuration file.
START="yes"
KDC_ENABLED="yes"
diff --git a/confskel/heimdal/kdc.conf b/confskel/heimdal/kdc.conf
index 67aa0e0..62d6fb3 100644
--- a/confskel/heimdal/kdc.conf
+++ b/confskel/heimdal/kdc.conf
@@ -4,5 +4,5 @@ enable-pkinit = yes
pki-identity = FILE:/etc/trinity/ldap/tde-ca/public/@@@KDCSERVER@@@.pki.crt,/etc/trinity/ldap/tde-ca/private/@@@KDCSERVER@@@.pki.key
pki-anchors = FILE:/etc/trinity/ldap/tde-ca/anchors/tdeca.pem
pki-allow-proxy-certificate = false
-acl_file = /etc/kadmind.acl
+acl_file = /etc/heimdal-kdc/kadmind.acl
diff --git a/confskel/heimdal/krb5.conf b/confskel/heimdal/krb5.conf
index adf55df..9185177 100644
--- a/confskel/heimdal/krb5.conf
+++ b/confskel/heimdal/krb5.conf
@@ -29,7 +29,7 @@
database = {
dbname = ldap:@@@REALM_DCNAME@@@
- acl_file = /etc/kadmind.acl
+ acl_file = /etc/heimdal-kdc/kadmind.acl
}
[logging]