akasurde / freeipa

Forked from freeipa 7 years ago
Clone

6950629 Properly handle multiple IP addresses per host when installing trust support

1 file Authored by abbra 12 years ago, Committed by mkosek 12 years ago,
    Properly handle multiple IP addresses per host when installing trust support
    
    resolve_host() function returns a list of IP addresses. Handle it all rather
    than expecting that there is a single address.
    
    It wouldn't hurt to make a common function that takes --ip-address into account
    when resolving host addresses and use it everywhere.