From: hickert Date: Wed, 7 Oct 2009 12:56:52 +0000 (+0000) Subject: Updated server generic. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b5a094990a8b08c6bee03ca51e2294f186e931a;p=gosa.git Updated server generic. -MAC ist MUST git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14559 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index 9bfa325eb..acbdf87ed 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -97,6 +97,7 @@ class servgeneric extends plugin $this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses); $this->netConfigDNS->set_acl_category("server"); $this->netConfigDNS->set_acl_base($this->base); + $this->netConfigDNS->MACisMust =TRUE; /* Check if this host is currently in installation process*/ if($this->dn != "new" && class_available("gosaSupportDaemon") && class_available("DaemonEvent")){