From: hickert Date: Tue, 23 Mar 2010 09:50:03 +0000 (+0000) Subject: Allow to use termDNS in opsi hosts (ACL category wasn't set for opsi plugins) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0728dc5ae12689793901ea95aaf0854382bdef93;p=gosa.git Allow to use termDNS in opsi hosts (ACL category wasn't set for opsi plugins) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17016 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_termDNS.inc b/gosa-plugins/systems/admin/systems/class_termDNS.inc index bafe6b0cf..22e97b8d2 100644 --- a/gosa-plugins/systems/admin/systems/class_termDNS.inc +++ b/gosa-plugins/systems/admin/systems/class_termDNS.inc @@ -1003,7 +1003,7 @@ class termDNS extends plugin "plDepends" => array(), "plPriority" => 5, "plSection" => array("administration"), - "plCategory" => array("workstation","terminal","phone","server","component","printer","winworkstation"), + "plCategory" => array("workstation","terminal","phone","server","component","printer","winworkstation","opsi"), "plProvidedAcls"=> array( "ipHostNumber" => _("IP address"),