summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f922b46)
raw | patch | inline | side by side (parent: f922b46)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Dec 2006 10:05:13 +0000 (10:05 +0000) | ||
committer | cajus <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 | patch | blob | history | |
plugins/admin/groups/class_groupAcl.inc | patch | blob | history |
index 5f3b117ac03ed3249ca10b75dbb225d584883511..cd761576284523d0b87ae0127012d3643813ad44 100644 (file)
"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)
function execute()
{
-echo "Pre: $this->current_acl<br>";
/* Call parent execute */
plugin::execute();