Code

Removed ACLs from core plugin it has none
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 15:09:08 +0000 (15:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 15:09:08 +0000 (15:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18561 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index 0458b7f0e1a16a1d3016f1fb3bb89dc15bdb98d4..e32c069d1e23d1d961a37b1707b52ed016efac36 100644 (file)
@@ -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"))
-                            )
-                            );
+                            )));
     }
 }
 ?>