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

https://bugzilla.redhat.com/show_bug.cgi?id=670343

Pavel
>From ee65cb0fc69384f2777537d222a762a4f7be5bfe Mon Sep 17 00:00:00 2001
From: Pavel Zuna <pz...@redhat.com>
Date: Tue, 18 Jan 2011 13:29:58 -0500
Subject: [PATCH 2/2] 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
---
 ipalib/plugins/dns.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py
index cf58098..a2d0b8b 100644
--- a/ipalib/plugins/dns.py
+++ b/ipalib/plugins/dns.py
@@ -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'),
-- 
1.7.1.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to