Code

Fixed remove.tpl
[gosa.git] / plugins / admin / groups / acl_definition.inc
index d3ee1ecf7151f05d5b1476f2c06b7f76a8d09ed5..e4e27bea8c1370640944f92e71aa93ec4a1c158e 100644 (file)
@@ -174,6 +174,39 @@ $ACLD['pureftpd']=   array("FTPUploadBandwidth",
                        "FTPQuotaFiles",
                        "FTPUploadRatio",
                        "FTPDownloadRatio");
+$ACLD['goFonConference']= array(
+                       "goFonConference",
+                       "goFonPIN",
+                       "base",
+                       "cn",
+                       "description",
+                       "telephoneNumber",                      
+                       "goFonConferenceOption",
+                       "goFonConferenceOptionLifetime",
+                       "goFonConferenceOptionFormat",
+                       "goFonConferenceOption_s",
+                       "goFonConferenceOption_i",
+                       "goFonConferenceOption_r",
+                       "goFonConferenceOption_d",
+                       "goFonConferenceOption_D",
+                       "goFonConferenceOption_P",
+                       "goFonConferenceOption_M",
+                       "goFonConferenceOption_c",
+                       "goFonConferenceOwner");
+
+$ACLD['gotoEnvironment']=array(
+                                       "gotoPrinter",
+                                       "gotoEnvironment",
+                                       "gotoShare",
+                                       "gotoProfileServer",
+                                       "gotoProfileFlags",
+                                       "gotoXResolution",
+                                       "gotoLogonScript",
+                                       "gotoKioskProfile",
+                                       "gotoProfileQuota",
+                                       "gotoHotplugDevice"
+                                       );
+
 
 $ACLD['global-addressbook']=  array("create", "delete");
 ?>