summaryrefslogtreecommitdiff
path: root/source4/setup
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-02 07:21:54 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-03 08:13:02 +1000
commit5de841f6f249ea742a8ed0ef5a795f77a364cc35 (patch)
tree52b9a7a9109b319528bcef866b4ca60b121a48ba /source4/setup
parenteba87995145b0e14672c1f6993f7aa3422d62541 (diff)
downloadsamba-5de841f6f249ea742a8ed0ef5a795f77a364cc35.tar.gz
samba-5de841f6f249ea742a8ed0ef5a795f77a364cc35.tar.bz2
samba-5de841f6f249ea742a8ed0ef5a795f77a364cc35.zip
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
Diffstat (limited to 'source4/setup')
-rw-r--r--source4/setup/named.txt23
1 files changed, 1 insertions, 22 deletions
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