summaryrefslogtreecommitdiffstats
path: root/install/share/krb5.conf.template
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-06-08 17:21:23 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-26 08:24:50 -0400
commit195a65d5c2b2f2a318225a94e734ec41cdc34b1d (patch)
treed7caf2d0167f99c63cdd74063c1ff0f5f92700da /install/share/krb5.conf.template
parent35e15f6c91be21715d33ae0f06b5629f63289e8f (diff)
downloadfreeipa-195a65d5c2b2f2a318225a94e734ec41cdc34b1d.tar.gz
freeipa-195a65d5c2b2f2a318225a94e734ec41cdc34b1d.tar.xz
freeipa-195a65d5c2b2f2a318225a94e734ec41cdc34b1d.zip
ipa-kdb: Change install to use the new ipa-kdb kdc backend
Use ipakdb instead of kldap and change install procedures accordingly Note that we do not need to store the master key in a keytab as we can read it off of ldap in our driver.
Diffstat (limited to 'install/share/krb5.conf.template')
-rw-r--r--install/share/krb5.conf.template7
1 files changed, 1 insertions, 6 deletions
diff --git a/install/share/krb5.conf.template b/install/share/krb5.conf.template
index 46e26a4ba..d5e5af595 100644
--- a/install/share/krb5.conf.template
+++ b/install/share/krb5.conf.template
@@ -31,11 +31,6 @@
[dbmodules]
$REALM = {
- db_library = kldap
- ldap_servers = ldapi://%2fvar%2frun%2fslapd-$SERVER_ID.socket
- ldap_kerberos_container_dn = cn=kerberos,$SUFFIX
- ldap_kdc_dn = uid=kdc,cn=sysaccounts,cn=etc,$SUFFIX
- ldap_kadmind_dn = uid=kdc,cn=sysaccounts,cn=etc,$SUFFIX
- ldap_service_password_file = /var/kerberos/krb5kdc/ldappwd
+ db_library = ipadb.so
}