From: hickert Date: Thu, 1 Dec 2005 07:41:03 +0000 (+0000) Subject: Added cals X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=588856041d7d70bb0cf50df1194020440d9fac7c;p=gosa.git Added cals git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2166 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index a54012ab1..7336581d1 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -281,7 +281,12 @@ $ACLD['nagiosAccount'] = array("NagiosAlias" , "AuthorizedConfigurationInformation" , "AuthorizedSystemInformation"); -$ACLD['addressbook']= array("addressbook","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"); $ACLD['faxreport'] = array("faxreport"); ?>