51f9ed0 Installer should not connect to 127.0.0.1

2 files Authored by mkosek 11 years ago, Committed by rcritten 11 years ago,
    Installer should not connect to 127.0.0.1
    
    IPA installer sometimes tries to connect to the Directory Server
    via loopback address 127.0.0.1. However, the Directory Server on
    pure IPv6 systems may not be listening on this address. This address
    may not even be available.
    
    Rather use the FQDN of the server when connecting to the DS to fix
    this issue and make the connection consistent ldapmodify calls which
    also use FQDN instead of IP address.
    
    https://fedorahosted.org/freeipa/ticket/3355