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

[sling-org-apache-sling-karaf-configs] branch master updated: rename service user sling-jcr-install to sling-installer-jcr

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac3e755  rename service user sling-jcr-install to sling-installer-jcr
ac3e755 is described below

commit ac3e755324271e737b6d33954623542d25279652
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Nov 30 12:15:50 2020 +0100

    rename service user sling-jcr-install to sling-installer-jcr
---
 ...ping.impl.ServiceUserMapperImpl.amended~sling_installer_jcr.config | 2 +-
 src/main/resources/sling-installer-jcr.txt                            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_installer_jcr.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_installer_jcr.config
index 8e5f08e..b3055d4 100644
--- a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_installer_jcr.config
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_installer_jcr.config
@@ -1,3 +1,3 @@
 user.mapping=[\
-  "org.apache.sling.installer.provider.jcr\=sling-jcr-install"\
+  "org.apache.sling.installer.provider.jcr\=sling-installer-jcr"\
 ]
diff --git a/src/main/resources/sling-installer-jcr.txt b/src/main/resources/sling-installer-jcr.txt
index 53f6671..39758b6 100644
--- a/src/main/resources/sling-installer-jcr.txt
+++ b/src/main/resources/sling-installer-jcr.txt
@@ -1,8 +1,8 @@
-create service user sling-jcr-install
+create service user sling-installer-jcr
 
 create path (sling:Folder) /apps/sling/install
 
-set ACL for sling-jcr-install
+set ACL for sling-installer-jcr
     allow   jcr:read    on /
     allow   rep:write   on /apps/sling/install
 end