From: hickert Date: Mon, 27 Aug 2007 12:40:09 +0000 (+0000) Subject: Added ns record to zones X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ad6cc2898a3a4d0b5dcb131e1f8c3dc191d8d21;p=gosa.git Added ns record to zones git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7147 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_dns.inc b/include/functions_dns.inc index c5b507d7c..e3ef16ee8 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -250,6 +250,7 @@ function getDNSZoneEntriesDiff($config,$newZones,$HostDn) $soa.=" ".$zone[$attr]; } $obj['sOARecord'] = trim($soa); + $obj['nSRecord'] = $zone['sOAprimary']; /* If reverse zone was renamed, move entry */