From dde4e2e666da54abb2436a70b7c3c1be14e0c545 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Sep 2008 06:29:08 +0000 Subject: [PATCH] Updated NTP Service. -Fixed ACL checks. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12456 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/services/ntp/class_goNtpServer.inc | 2 +- .../goto/admin/systems/services/ntp/goNtpServer.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@ -- 2.30.2
-{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}