You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/11/03 03:02:22 UTC

[sling-org-apache-sling-starter] branch master updated: switch to a principal ACL for the sling-jcr-usermanager service user

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e8f7bb  switch to a principal ACL for the sling-jcr-usermanager service user
5e8f7bb is described below

commit 5e8f7bb00afbab065c307bd68ee80fbedb00d76a
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Nov 2 19:02:11 2020 -0800

    switch to a principal ACL for the sling-jcr-usermanager service user
---
 src/main/features/base-repoinit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/base-repoinit.txt b/src/main/features/base-repoinit.txt
index c9b417e..6751f6a 100644
--- a/src/main/features/base-repoinit.txt
+++ b/src/main/features/base-repoinit.txt
@@ -68,7 +68,7 @@ end
 # SLING-5848 - Define service user and ACLs for Scripting >>>
 #<<< SLING-9809 - Define service user and ACLs for jcr.usermanager
 create service user sling-jcr-usermanager with path system/sling
-set ACL for sling-jcr-usermanager
+set principal ACL for sling-jcr-usermanager
     allow jcr:read,jcr:readAccessControl,jcr:modifyAccessControl,rep:write,rep:userManagement on /home
 end
 # SLING-9809 - Define service user and ACLs for jcr.usermanager >>>