From 588856041d7d70bb0cf50df1194020440d9fac7c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Dec 2005 07:41:03 +0000 Subject: [PATCH] Added cals git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2166 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"); ?> -- 2.30.2