From: hickert Date: Mon, 15 Sep 2008 06:29:08 +0000 (+0000) Subject: Updated NTP Service. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dde4e2e666da54abb2436a70b7c3c1be14e0c545;p=gosa.git Updated NTP Service. -Fixed ACL checks. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12456 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc b/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc index ef3d297a3..82c0a7415 100644 --- a/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc +++ b/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc @@ -62,7 +62,7 @@ class goNtpServer extends goService{ } } - $smarty->assign("goNtpServerACL", $this->getacl("goNtpServer")) ; + $smarty->assign("goTimeSourceACL", $this->getacl("goTimeSource")) ; $smarty->assign("goTimeSource" , $this->goTimeSource); return($smarty->fetch(get_template_path("goNtpServer.tpl",TRUE,dirname(__FILE__)))); } diff --git a/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl b/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl index 8e33794d8..777063151 100644 --- a/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl +++ b/gosa-plugins/goto/admin/systems/services/ntp/goNtpServer.tpl @@ -4,20 +4,20 @@
-{render acl=$goNtpServerACL} +{render acl=$goTimeSourceACL} {/render}
-{render acl=$goNtpServerACL} +{render acl=$goTimeSourceACL} {/render} -{render acl=$goNtpServerACL} +{render acl=$goTimeSourceACL} {/render} -{render acl=$goNtpServerACL} +{render acl=$goTimeSourceACL} {/render}