a0f853c Remove check for alphabetic only characters from domain name validation

1 file Authored by akrivoka 11 years ago, Committed by mkosek 11 years ago,
    Remove check for alphabetic only characters from domain name validation
    
    The .isalpha() check in validate_domain_name() was too strict,
    causing some commands like ipa dnsrecord-add to fail.
    
    https://fedorahosted.org/freeipa/ticket/3385
    
        
file modified
+0 -3