You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/16 10:48:46 UTC

[sling-site] branch master updated: SLING-9084 - manage principals in groups

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9081fc1  SLING-9084 - manage principals in groups
9081fc1 is described below

commit 9081fc1e61f42085e2f3faa3e064a03a2d02ba2d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Mar 16 11:48:38 2020 +0100

    SLING-9084 - manage principals in groups
---
 .../content/documentation/bundles/repository-initialization.md      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/jbake/content/documentation/bundles/repository-initialization.md b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index 6d6e70f..7c9aca8 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -186,6 +186,12 @@ The language is self-explaining but please refer to the actual test cases for de
     create group since124_B with path /path_B
     delete group since124_C
     
+    # Manage principals in groups, requires
+    # o.a.s.repoinit.parser 1.5.2
+    # and o.a.s.jcr.repoinit 1.1.22
+    add user1,user2 to group grpA
+    remove user3,user5 from group grpB
+    
     # ACLs on user homes, requires
     # o.a.s.repoinit.parser 1.4.2
     # o.a.s.jcr.repoinit 1.1.18