diff options
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-x | install/tools/ipa-server-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index fd202beae..3cd7c6642 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -565,6 +565,10 @@ def main(): if not bindinstance.check_inst(options.unattended): sys.exit("Aborting installation") + # Don't require an external DNS to say who we are if we are + # setting up a local DNS server. + options.no_host_dns = True + # check the hostname is correctly configured, it must be as the kldap # utilities just use the hostname as returned by getaddrinfo to set # up some of the standard entries |