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-features.git
commit f9b2d4d540ab07c2cf9f9d1201fdd688d52d5b9f Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 3 11:16:36 2020 +0100 add configs for usermanager --- src/main/feature/feature.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 9d3ed4c..a2b2ea5 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -409,6 +409,8 @@ <feature version="${project.version}">sling-commons-compiler</feature> </feature> <feature name="sling-jcr-jackrabbit-security" version="${project.version}"> + <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_jcr_jackrabbit_usermanager">classpath:org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_jcr_jackrabbit_usermanager.config</config> + <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_jcr_jackrabbit_usermanager">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_jcr_jackrabbit_usermanager.config</config> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager/3.0.8</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.12</bundle> <!-- dependencies -->
