From dev-return-104624-archive-asf-public=cust-asf.ponee.io@sling.apache.org Mon Mar 16 10:50:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2883A18066D for ; Mon, 16 Mar 2020 11:50:02 +0100 (CET) Received: (qmail 19706 invoked by uid 500); 16 Mar 2020 10:50:01 -0000 Mailing-List: contact dev-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list dev@sling.apache.org Received: (qmail 19602 invoked by uid 99); 16 Mar 2020 10:50:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2020 10:50:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 98EECE0F34 for ; Mon, 16 Mar 2020 10:50:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 19D0178027F for ; Mon, 16 Mar 2020 10:50:00 +0000 (UTC) Date: Mon, 16 Mar 2020 10:50:00 +0000 (UTC) From: "Bertrand Delacretaz (Jira)" To: dev@sling.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SLING-9084) Add members to groups during repoinit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SLING-9084?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1706= 0113#comment-17060113 ]=20 Bertrand Delacretaz commented on SLING-9084: -------------------------------------------- I have added an example of this feature to the documentation at [https://sl= ing.apache.org/documentation/bundles/repository-initialization.html] , shou= ld be online soon. > Add members to groups during repoinit > ------------------------------------- > > Key: SLING-9084 > URL: https://issues.apache.org/jira/browse/SLING-9084 > Project: Sling > Issue Type: Improvement > Components: Repoinit > Affects Versions: Repoinit JCR 1.1.16 > Reporter: Syama Varma=20 > Assignee: Bertrand Delacretaz > Priority: Major > Fix For: Repoinit JCR 1.1.22, Repoinit Parser 1.5.2 > > Time Spent: 2h > Remaining Estimate: 0h > > For a new functionality in AEM, I need to create a node under /conf on wh= ich I need to give ACLs to certain groups.=C2=A0 > =C2=A0 > To give ACLs to the 2 groups mentioned above, during repoinit, the groups= need to be present during repoinit. Currently, these groups are created by= content package and group memberships are enforced using content package a= s well. If we start to create the groups as well as set ACLs at repoinit,= =C2=A0we need to set group memberships among the new groups at repoinit as = well. > =C2=A0 > This requires extending the repoinit grammar to add users/groups to other= groups. > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)