8e02652 Fix compatibility with python-dns 1.15.0

1 file Authored by pspacek 7 years ago, Committed by mbasti 7 years ago,
    Fix compatibility with python-dns 1.15.0
    
    From https://github.com/rthalley/dnspython/issues/214:
    The FreeIPA code is directly invoking the TXT RR constructor instread
    of calling dns.rdata.from_text(), which is how dnspython would like you
    to do this kind of thing.
    
    https://fedorahosted.org/freeipa/ticket/6390
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>