You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Running.adoc
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -181,20 +181,3 @@ Invalid:
181
181
]
182
182
}
183
183
```
184
-
185
-
=== Syncing Users and Groups
186
-
187
-
Grabbit has support for syncing users and groups. One *important note* about syncing users is that you must take care to avoid syncing the _admin user_.
188
-
Jackrabbit will not allow modification of the admin user, so Grabbit will fail on a job that attempts to do so. You can find the path of your admin user
189
-
on your data-warehouse instance or other source instance; and add it as an exclude path as so:
Copy file name to clipboardExpand all lines: src/main/groovy/com/twcable/grabbit/jcr/AuthorizableProtoNodeDecorator.groovy
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,13 @@ class AuthorizableProtoNodeDecorator extends ProtoNodeDecorator {
55
55
thrownewInsufficientGrabbitPrivilegeException("JVM Permissions needed by Grabbit to sync Users/Groups were not found. See log for specific permissions needed, and add these to your security manager; or do not sync users and groups."+
56
56
"Unfortunately, the way Jackrabbit goes about certain things requires us to do a bit of hacking in order to sync Authorizables securely, and efficiently.")
0 commit comments