Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
found the following repo-init statement to create system users:
which states:
formatter.format("create service user %s with path %s%n", systemUser.getId(), systemUser.getPath());
now.... i might be mistaken, but if my reading of the SystemUserParser is correct, the path defined with the SystemUser instance actually reflects the path of the system user node itself:
if that was true the repo-init statements would be wrong, because the path argument doesn't specify that path of the user node itself but rather the intermediate path to be used.
so the statement should probably read:
formatter.format("create service user %s with path %s%n", systemUser.getId(), systemUser.getParent().getPath());
Attachments
Issue Links
- blocks
-
SLING-9953 ACEs on/below user nodes are ignored upon conversion
- Closed
-
SLING-9969 UsersEntryHandler and GroupEntryHandler contain hardcoded users/groups home path and doesn't include system-rel-path
- Closed
-
SLING-9692 Add support for principal-based access control entries
- Closed
- links to