From 7ad6cc2898a3a4d0b5dcb131e1f8c3dc191d8d21 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 27 Aug 2007 12:40:09 +0000 Subject: [PATCH] Added ns record to zones git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7147 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_dns.inc | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.30.2