provision: Generate krb5.conf template separate from named.conf template.
[ira/wip.git] / source4 / setup / named.conf
index 9cf0b48a7c7ba79748063fd1e9752936c73ca1f8..4f98bbd91488995793c3b48ede1bf9281f28f1e6 100644 (file)
@@ -66,20 +66,6 @@ zone "123.168.192.in-addr.arpa" in {
 tkey-gssapi-credential "DNS/${DNSDOMAIN}";
 tkey-domain "${REALM}";
 
-# - Add settings for the ${REALM} realm to the Kerberos configuration on the DNS
-# server.  The easiest way is to add the following blocks to the appropriate
-# sections in /etc/krb5.conf:
-[realms]
-       ${REALM} = {
-               kdc = ${HOSTNAME}.${DNSDOMAIN}:88
-               admin_server = ${HOSTNAME}.${DNSDOMAIN}:749
-               default_domain = ${DNSDOMAIN}
-       }
-
-[domain_realm]
-       .${DNSDOMAIN} = ${REALM}
-       ${DNSDOMAIN} = ${REALM}
-
 # - Modify BIND init scripts to pass the location of the generated keytab file.
 # Fedora 8 & later provide a variable named KEYTAB_FILE in /etc/sysconfig/named
 # for this purpose: