summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26dbc48)
raw | patch | inline | side by side (parent: 26dbc48)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Jul 2006 07:05:49 +0000 (07:05 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Jul 2006 07:05:49 +0000 (07:05 +0000) |
ACLs and next generation mainpage/plugin handling.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4022 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4022 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index 8a2b898e87044ceefdf323e34eb6c974cbbf7e0d..b2977082c63c0e9436fc6e780a700c2da7fe68aa 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
var $new= TRUE;
var $saved_attributes= array();
+ /* Plugin identifier */
+ var $pl_object_name= "";
+ var $pl_provided_acls= array();
+ var $pl_self_modify= FALSE;
+ var $pl_options= array();
+ var $pl_section= "";
+ var $pl_task= array();
+ var $pl_priority= 0;
+ var $pl_depends= array();
+ var $pl_conflicts= array();
+
/*! \brief plugin constructor
If 'dn' is set, the node loads the given 'dn' from LDAP