mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-07 03:35:17 -05:00
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>