mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
DNSSEC: Improve global forwarders validation
Validation now provides more detailed information and less false positives failures. https://fedorahosted.org/freeipa/ticket/4657 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
c9cbb1493a
commit
9aa6124b39
@@ -1751,10 +1751,11 @@ class test_dns(Declarative):
|
||||
'value': None,
|
||||
'summary': None,
|
||||
u'messages': (
|
||||
{u'message': u'DNS server 172.16.31.80 not responding.',
|
||||
{u'message': lambda x: x.startswith(
|
||||
u"DNS server %s: query '. SOA':" % fwd_ip),
|
||||
u'code': 13006,
|
||||
u'type':u'warning',
|
||||
u'name': u'DNSServerNotRespondingWarning'},
|
||||
u'name': u'DNSServerValidationWarning'},
|
||||
),
|
||||
'result': {
|
||||
'idnsforwarders': [fwd_ip],
|
||||
|
||||
Reference in New Issue
Block a user