From c11945b9472ccb4f1a2872a0136d508930ab4798 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 8 Jul 2009 07:08:36 +0000 Subject: [PATCH] Updated the DNS service plugin. -We've recently added the sOARecord the the list of selecteable record type - this wasn't a good idea, - the ZoneEditor wasn't working anymore. Due to that, the soa record type is now removed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13908 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/dns/admin/systems/services/dns/class_DNS.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_DNS.inc b/gosa-plugins/dns/admin/systems/services/dns/class_DNS.inc index 775858380..5976e813a 100644 --- a/gosa-plugins/dns/admin/systems/services/dns/class_DNS.inc +++ b/gosa-plugins/dns/admin/systems/services/dns/class_DNS.inc @@ -24,7 +24,6 @@ class DNS 'a6Record' => "a6Record", 'dSRecord' => "dSRecord", 'sSHFPRecord' => "sSHFPRecord", - 'sOARecord' => "sOARecord", 'rRSIGRecord' => "rRSIGRecord", 'nSECRecord' => "nSECRecord"); /* All available record types */ -- 2.30.2