Code

Removed old menu parsing
[gosa.git] / plugins / admin / groups / acl_definition.inc
index 619c3c62ff86518e76dafabea0ed1fcb056e07e5..f0356021672bf6b90485f58ea2b02946eba9e854 100644 (file)
@@ -267,6 +267,11 @@ $ACLD['webdavAccount']                     =array("webdavAccount"                  );
 $ACLD['intranetAccount']               =array("intranetAccount"                );
 $ACLD['pptpAccount']                   =array("gosapptp"                               );
 $ACLD['phpscheduleitAccount']  =array("gosaphpscheduleit"              );
+$ACLD['opengwAccount']                 =array( "opengwAccount" =>"Enable/disable account",     
+                                                                               "LocationTeam"  =>"Location team",
+                                                                               "TemplateUser"  =>"Template user",
+                                                                               "is_locked"             =>"Lock status",
+                                                                               "TeamIDs"               =>"Teams");
 
 $ACLD['phoneAccount'] = array("goFonDeliveryMode",
       "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro");
@@ -296,6 +301,7 @@ $ACLD['addressbook']=  array("addressbook","add", "delete",
       "facsimileTelephoneNumber", "pager");
 $ACLD['fonreport']     =  array("fonreport", "src", "dst", "channel", "lastapp", "disposition", "duration");
 $ACLD['faxreport']     =  array("faxreport");
+$ACLD['connectivity']=  array("connectivity");
 $ACLD['logview']       =  array("logview");
 $ACLD['mailqueue']     =  array("mailqueue","unhold_all","hold_all","del_all","requeue_all","unhold","hold","del","requeue","query","header");
 $ACLD['ldapmanager']=  array("ldapmanager","import","export","xlsexport","csvimport");