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 2019/01/25 11:26:54 UTC

[sling-site] branch master updated: SLING-8219 - groups are now supported

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 4c58364  SLING-8219 - groups are now supported
4c58364 is described below

commit 4c583647a8f5cb80bae694fe532df103bff07839
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 25 12:26:50 2019 +0100

    SLING-8219 - groups are now supported
    
    ...and also add "disable service user" which was missing
---
 .../content/documentation/bundles/repository-initialization.md    | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/main/jbake/content/documentation/bundles/repository-initialization.md b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index b4e6a34..2e265f9 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -125,6 +125,14 @@ The language is self-explaining but please refer to the actual test cases for de
     disable service user deprecated_service_user : "Disabled user to make an example"
 
     create service user the-last-one
+    
+    disable service user svc1 : "This  is the message"
+
+    # Groups are supported since version 1.2.4, SLING-8219
+    create group since124_A
+    create group since124_B with path /path_B
+    delete group since124_C
+
 
 ## Providing repoinit statements from the Sling provisioning model or other URLs