Code

Updated acl definition
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Dec 2006 10:05:13 +0000 (10:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Dec 2006 10:05:13 +0000 (10:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5284 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/acl_definition.inc
plugins/admin/groups/class_groupAcl.inc

index 5f3b117ac03ed3249ca10b75dbb225d584883511..cd761576284523d0b87ae0127012d3643813ad44 100644 (file)
@@ -126,6 +126,47 @@ $ACLD['workservice']=   array("gotoXKbModel",
                        "gotoVHsync",
                        "gotoScannerEnable",
                        "gotoXDriver");
+$ACLD['printgeneric']=   array("cn",
+                       "base",
+                       "labeledURI",
+                       "gotoPrinterPPD",
+                       "gotoUserPrinter",
+                       "macAddress",
+                       "gotoUserAdminPrinter",
+                       "gotoGroupAdminPrinter",
+                       "gotoUserPrinter",
+                       "gotoAdminPrinter",
+                       "description");
+$ACLD['servgeneric']=   array("cn",
+                       "base",
+                       "gotoMode",
+                       "description");
+$ACLD['servdb']=   array("goKrbServer",
+                       "goKrbRealm",
+                       "goKrbAdmin",
+                       "goFaxServer",
+                       "goFaxAdmin",
+                       "goFaxPassword",
+                       "goFonServer",
+                       "goFonAdmin",
+                       "goFonPassword",
+                       "goFonCountryCode",
+                       "goFonAreaCode",
+                       "goImapServer",
+                       "goImapPassword",
+                       "goImapName",
+                       "goImapConnect",
+                       "goImapAdmin",
+                       "goImapPassword",
+                       "goImapSievePort",
+                       "goLogDBServer",
+                       "goLogAdmin",
+                       "goLogPassword",
+                       "goGlpiServer",
+                       "goGlpiAdmin",
+                       "goGlpiPassword",
+                       "goGlpiDatabase",
+                       "goKrbPassword");
 $ACLD['user']=       array("academicTitle",
                        "create",
                        "delete",
index 4e8deee7c3da3e3983e7cf001420a45f2160289d..fd63247e5012915ebed343ea4ce8fe951d35bc3a 100644 (file)
@@ -52,7 +52,6 @@ class acl extends plugin
 
   function execute()
   {
-echo "Pre: $this->current_acl<br>";
        /* Call parent execute */
        plugin::execute();