From 7be50ea7150b36adf9051fc1003dd36f61d68451 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Tue, 28 Jun 2016 13:53:58 +0200 Subject: Use NSS for name->resolution in IPA installer This fixes scenarios where IPA server is not able to resolve own name and option --ip-address was not specified by the user. This partially reverts changes from commit dc405005f537cf278fd6ddfe6b87060bd13d9a67 https://fedorahosted.org/freeipa/ticket/5962 Reviewed-By: Martin Basti --- ipapython/dnsutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython') diff --git a/ipapython/dnsutil.py b/ipapython/dnsutil.py index 6aa0e0772..aca506120 100644 --- a/ipapython/dnsutil.py +++ b/ipapython/dnsutil.py @@ -321,7 +321,7 @@ def resolve_rrsets(fqdn, rdtypes): def resolve_ip_addresses(fqdn): - """Get IP addresses from DNS A/AAAA records for given host. + """Get IP addresses from DNS A/AAAA records for given host (using DNS). :returns: list of IP addresses as CheckedIPAddress objects """ -- cgit