From b420b42cf464b3c6975c397dc006b670af0ffb51 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 19 May 2010 15:09:08 +0000 Subject: [PATCH] Removed ACLs from core plugin it has none git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18561 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_core.inc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 0458b7f0e..e32c069d1 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -936,19 +936,7 @@ Example template /etc/gosa/vacation/business.txt: "migrate" => "", "group" => "snapshot", "mandatory" => FALSE) - ), - - "plProvidedAcls" => array( - "accessTo" => _("System trust"), - "cn" => _("Name"), - "description" => _("Description"), - "sudoUser" => _("Users"), - "sudoHost" => _("Host"), - "sudoCommand" => _("Command"), - "sudoRunAs" => _("Run as user"), - "trustModel" => _("Access control list")) - ) - ); + ))); } } ?> -- 2.30.2