8f17a9f Fix TXT record parsing

Authored and Committed by mkosek 12 years ago
    Fix TXT record parsing
    
    TXT record validation fails to parse the record if it contains
    spaces. Standard DNS part parser uses a space to divide record
    parts. A special parser thus need to be implemented for this RR
    type.
    
    https://fedorahosted.org/freeipa/ticket/2306
    
        
file modified
+6 -0