This is an automated email from the ASF dual-hosted git repository.
rombert 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 a179b87 SLING-9690 - Configure best-effort import behaviour for
access control items
a179b87 is described below
commit a179b87ae86898dff212f09e00af68211b7bbfdc
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Aug 25 13:17:11 2020 +0200
SLING-9690 - Configure best-effort import behaviour for access control items
---
src/main/features/oak/oak_base.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/features/oak/oak_base.json
b/src/main/features/oak/oak_base.json
index 14f096c..00f9795 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -163,6 +163,9 @@
"importBehavior":"besteffort",
"usersPath":"/home/users"
},
+
"org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl":{
+ "importBehavior":"besteffort"
+ },
"org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider":{
"userPrivilegeNames":[
"jcr:all"