From: hickert Date: Thu, 2 Oct 2008 05:52:27 +0000 (+0000) Subject: Updated 2.5 user acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=27750abfa59976fb7fbb0b62cf19070cf1e13024;p=gosa.git Updated 2.5 user acls -added gender, dateofbirth and preferredlanguage, Closes #555 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12587 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 8009627d2..3fcc5d63d 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -212,6 +212,7 @@ $ACLD['user']= array("academicTitle", "employeeType", "facsimileTelephoneNumber", "functionalTitle", + "gender", "givenName", "gouvernmentOrganizationalPersonLocality", "gouvernmentOrganizationalUnit", @@ -234,6 +235,8 @@ $ACLD['user']= array("academicTitle", "postalAddress", "postalCode", "passwordStorage", + "preferredLanguage", + "dateOfBirth", "publicVisible", "role", "roomNumber",