mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add DNSSEC experimental support warning message
Ticket: https://fedorahosted.org/freeipa/ticket/4408 Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
33cf958b98
commit
70224597a8
@@ -147,6 +147,16 @@ class ForwardersWarning(PublicMessage):
|
||||
u"You may want to use forward zones (dnsforwardzone-*) instead.\n"
|
||||
u"For more details read the docs.")
|
||||
|
||||
|
||||
class DNSSECWarning(PublicMessage):
|
||||
"""
|
||||
**13003** Used when user change DNSSEC settings
|
||||
"""
|
||||
|
||||
errno = 13003
|
||||
type = "warning"
|
||||
format = _("DNSSEC support is experimental.\n%(additional_info)s")
|
||||
|
||||
def iter_messages(variables, base):
|
||||
"""Return a tuple with all subclasses
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user