summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/dns.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-08-31 13:51:02 +0200
committerMartin Basti <mbasti@redhat.com>2015-09-02 10:26:14 +0200
commit740f7fd817b399dd1a546a20ab260ea3a6cd4ed2 (patch)
tree597b8a50802193f61f7cdd8c9cfaac0ca4dfa8d0 /ipaserver/install/dns.py
parent70d1c71e46811bd3d44249d5361f99613d4ce5af (diff)
downloadfreeipa-740f7fd817b399dd1a546a20ab260ea3a6cd4ed2.tar.gz
freeipa-740f7fd817b399dd1a546a20ab260ea3a6cd4ed2.tar.xz
freeipa-740f7fd817b399dd1a546a20ab260ea3a6cd4ed2.zip
DNSSEC: remove "DNSSEC is experimental" warnings
https://fedorahosted.org/freeipa/ticket/5265 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaserver/install/dns.py')
-rw-r--r--ipaserver/install/dns.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/install/dns.py b/ipaserver/install/dns.py
index 1c31f0c66..917ed808e 100644
--- a/ipaserver/install/dns.py
+++ b/ipaserver/install/dns.py
@@ -128,8 +128,6 @@ def install_check(standalone, replica, options, hostname):
print("NOTE: DNSSEC zone signing is not enabled by default")
print("")
if options.dnssec_master:
- print("DNSSEC support is experimental!")
- print("")
print("Plan carefully, replacing DNSSEC key master is not recommended")
print("")
print("")