diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-02 08:06:53 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-03 08:13:02 +1000 |
commit | d31f55b2974da99970de1c0d5df66d1007f97593 (patch) | |
tree | 1d426bfab11c46d2d36808ad0ef9562e899720bf /source4 | |
parent | d0460d96d62d879545818c7f0966b1026b27a007 (diff) | |
download | samba-d31f55b2974da99970de1c0d5df66d1007f97593.tar.gz samba-d31f55b2974da99970de1c0d5df66d1007f97593.tar.bz2 samba-d31f55b2974da99970de1c0d5df66d1007f97593.zip |
s4-dns: Remove refernece to BIND 9.7 supporting GSS-TSIG
This support is too painful to use.
Andrew Bartlett
Diffstat (limited to 'source4')
-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 6e69f59d17..a36f781641 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.7.2 or later) support secure GSS-TSIG +# The most recent BIND versions (9.8 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. |