Code

Added FAIacl
[gosa.git] / plugins / admin / groups / acl_definition.inc
index 12a0442e4939bde2b712695b0920f125841fe4d3..b6ea49d97d72e1972c7e03ecb4104ff387471dcb 100644 (file)
@@ -281,5 +281,31 @@ $ACLD['nagiosAccount'] = array("NagiosAlias"
 , "AuthorizedConfigurationInformation"
 , "AuthorizedSystemInformation");
 
-$ACLD['global-addressbook']=  array("create", "delete");
+$ACLD['addressbook']=  array("addressbook","add", "delete",
+         "sn", "givenName", "mail", "title",
+      "initials", "homePostalAddress", "displayName",
+      "homePhone", "mobile", "o", "postalAddress", "l",
+      "postalCode", "st", "ou", "telephoneNumber",
+      "facsimileTelephoneNumber", "pager");
+$ACLD['fonreport']     =  array("fonreport", "src", "dst", "channel", "lastapp", "disposition", "duration");
+$ACLD['faxreport']     =  array("faxreport");
+$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");
+
+$ACLD['FAIclass']      =       array(
+                                                               "FAIclass"                                                      => "FAIclass"
+/*                                                             ,"FAIhook-View"                                                 => "FAIhook : View",
+                                                               "FAIhook-Create"                                        => "FAIhook : Create",
+                                                               "FAIhook-Delete"                                        => "FAIhook : Delete",
+                                                               "FAIhook-cn"                                            => "FAIhook : cn",
+                                                               "FAIhook-description"                           => "FAIhook : description",
+                                                               "FAIhookEntry-View"                             => "FAIhookEntry : View",
+                                                               "FAIhookEntry-Create"                           => "FAIhookEntry : Create",
+                                                               "FAIhookEntry-Delete"                           => "FAIhookEntry : Delete",
+                                                               "FAIhookEntry-cn"                                       => "FAIhookEntry : cn",
+                                                               "FAIhookEntry-description"                      => "FAIhookEntry : description"*/
+                                                                               
+                                                               );
+
 ?>