mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 16:46:42 -06:00
Remove SOA maximum parameters from DNS zone.
There's no such thing as "maximum" in SOA record RDATA format according to RFC 1035 and there's also no such attribute in the schema. Fix #788
This commit is contained in:
parent
2bb944bea7
commit
687324c193
@ -198,11 +198,6 @@ class dnszone(LDAPObject):
|
||||
default=3600,
|
||||
autofill=True,
|
||||
),
|
||||
Int('idnssoamaximum?',
|
||||
cli_name='maximum',
|
||||
label=_('SOA maximum'),
|
||||
doc=_('SOA record maximum value'),
|
||||
),
|
||||
Int('dnsttl?',
|
||||
cli_name='ttl',
|
||||
label=_('SOA time to live'),
|
||||
|
Loading…
Reference in New Issue
Block a user