0256f6b Fix ipa-adtrust-install to always generate SRV records with FQDNs

1 file Authored by pspacek 8 years ago, Committed by pvoborni 8 years ago,
    Fix ipa-adtrust-install to always generate SRV records with FQDNs
    
    Previous code failed in following setup:
    * IPA domain = ipa.example.com
    * IPA master = vm1.example.com
    * IPA replica = vm2.example.com
    
    https://fedorahosted.org/freeipa/ticket/5663
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>