From 5de841f6f249ea742a8ed0ef5a795f77a364cc35 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Jul 2012 07:21:54 +1000 Subject: s4-dns: Remove dynamic DNS instructions for bind 9.7 This version of BIND only ever caused pain when trying to do dynamic DNS. If users are using this version, simply treat it as a static server. Andrew Bartlett --- source4/setup/named.txt | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'source4/setup/named.txt') diff --git a/source4/setup/named.txt b/source4/setup/named.txt index efd45998e9..d0657ddfd9 100644 --- a/source4/setup/named.txt +++ b/source4/setup/named.txt @@ -5,28 +5,7 @@ # changes: # -# Steps for BIND 9.7.x --------------------------------------------------- -# - -# 1a. Insert following lines into the options {} section of your named.conf -# file: -tkey-gssapi-credential "DNS/${DNSNAME}"; -tkey-domain "${REALM}"; - -# 1b. Modify BIND init scripts to pass the location of the keytab file. -# Fedora 8 & later provide a variable named KEYTAB_FILE in -# /etc/sysconfig/named for this purpose: -KEYTAB_FILE="${DNS_KEYTAB_ABS}" -# Note that the Fedora scripts translate KEYTAB_FILE behind the scenes -# into a variable named KRB5_KTNAME, which is ultimately passed to the -# BIND daemon. If your distribution does not provide a variable like -# KEYTAB_FILE to pass a keytab file to the BIND daemon, a workaround is -# to place the following line in BIND's sysconfig file or in the init -# script for BIND: -export KRB5_KTNAME="${DNS_KEYTAB_ABS}" - -# -# Steps for BIND 9.8.x --------------------------------------------------- +# Steps for BIND 9.8.x and 9.9.x ----------------------------------------- # # 1. Insert following lines into the options {} section of your named.conf -- cgit