From 52aa008b8719f4ea678efa8957794bb6dcd13893 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 15 Mar 2012 13:51:59 +0100 Subject: Improve user awareness about dnsconfig Global DNS configuration is a nice tool to maintain a common DNS settings stored in LDAP which are then used for all enrolled IPA servers. However, the settings stored in LDAP override local settings in named.conf on DNS servers. This patch adds more information about global DNS configuration options in install scripts and DNS module help. https://fedorahosted.org/freeipa/ticket/2525 --- install/tools/ipa-dns-install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/tools/ipa-dns-install') diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install index 096020c5e..b540630f4 100755 --- a/install/tools/ipa-dns-install +++ b/install/tools/ipa-dns-install @@ -232,6 +232,9 @@ def main(): print "==============================================================================" print "Setup complete" print "" + bind.check_global_configuration() + print "" + print "" print "\tYou must make sure these network ports are open:" print "\t\tTCP Ports:" print "\t\t * 53: bind" -- cgit