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:
Pavel Zuna 2011-01-18 13:29:58 -05:00 committed by Adam Young
parent 2bb944bea7
commit 687324c193

View File

@ -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'),