8327e11 cert-request: handle missing zone

Authored and Committed by ftweedal 5 years ago
    cert-request: handle missing zone
    
    SAN IP address validation, while determining the zone for a DNS name
    or IP address, does not handle missing zones.  The resulting
    dns.resolver.NoNameservers exception is not caught.  As a result,
    InternalError is returned to client.
    
    Update cert-request IP address name validation to handle this case.
    
    Part of: https://pagure.io/freeipa/issue/7451
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+9 -3