63ccbfe krb5_locator: Allow hostname in kdcinfo files

2 files Authored by thalman 5 years ago, Committed by jhrozek 5 years ago,
    krb5_locator: Allow hostname in kdcinfo files
    
    Currently we support only IP addresses in kdcinfo files. We need
    to resolv eventual dns name and then we have to iterate trough
    list of addresses because hostname can be resolved that way, including
    IPv4 and IPv6 addresses.
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3973
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>