diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-24 11:49:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-24 17:48:04 +1100 |
commit | 5d65025fde8405745da50ad932697058b1a5e4b9 (patch) | |
tree | 2f5841f33629bb88028dd8f8bb3bf858ca0f83e8 | |
parent | 192f3001aea604f42e1f316b66b75b9bc782c277 (diff) | |
download | samba-5d65025fde8405745da50ad932697058b1a5e4b9.tar.gz samba-5d65025fde8405745da50ad932697058b1a5e4b9.tar.bz2 samba-5d65025fde8405745da50ad932697058b1a5e4b9.zip |
s4-setup correct the require BIND version for Dynamic DNS
-rw-r--r-- | source4/setup/named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/named.conf b/source4/setup/named.conf index e7f0684d5f..6e69f59d17 100644 --- a/source4/setup/named.conf +++ b/source4/setup/named.conf @@ -32,7 +32,7 @@ zone "123.168.192.in-addr.arpa" in { # Note that the reverse zone file is not created during the provision process. -# The most recent BIND versions (9.5.0a5 or later) support secure GSS-TSIG +# The most recent BIND versions (9.7.2 or later) support secure GSS-TSIG # updates. If you are running an earlier version of BIND, or if you do not wish # to use secure GSS-TSIG updates, you may remove the update-policy sections in # both examples above. |