From: cajus Date: Fri, 1 Dec 2006 10:05:13 +0000 (+0000) Subject: Updated acl definition X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e9975c523528a6b7493b818e469c1d94b044c131;p=gosa.git Updated acl definition git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5284 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 5f3b117ac..cd7615762 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -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", diff --git a/plugins/admin/groups/class_groupAcl.inc b/plugins/admin/groups/class_groupAcl.inc index 4e8deee7c..fd63247e5 100644 --- a/plugins/admin/groups/class_groupAcl.inc +++ b/plugins/admin/groups/class_groupAcl.inc @@ -52,7 +52,6 @@ class acl extends plugin function execute() { -echo "Pre: $this->current_acl
"; /* Call parent execute */ plugin::execute();