From: hickert Date: Wed, 8 Jul 2009 07:08:36 +0000 (+0000) Subject: Updated the DNS service plugin. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c11945b9472ccb4f1a2872a0136d508930ab4798;p=gosa.git 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 --- 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 */