You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2023/05/04 09:23:00 UTC

[jira] [Resolved] (SLING-3144) UserAdmin and GroupAdmin groups are missing on our Oak setup

     [ https://issues.apache.org/jira/browse/SLING-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-3144.
-------------------------------------
    Resolution: Won't Fix

> UserAdmin and GroupAdmin groups are missing on our Oak setup
> ------------------------------------------------------------
>
>                 Key: SLING-3144
>                 URL: https://issues.apache.org/jira/browse/SLING-3144
>             Project: Sling
>          Issue Type: Bug
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>         Attachments: SLING-3144-patch.txt
>
>
> Some of my SLING-2788 integration tests (for example PrivilegesInfoTest) fail as the UserAdmin and GroupAdmin don't initially exist.
> In Jackrabbit those groups are apparently created by UserAccessControlProvider [1] - I'll ask the Oak team how to have the equivalent in Oak.
> As a workaround, creating those groups as follows allows a few more tests to pass - but for the final setup the groups need to be created with specific security-related parameters.
> curl -u admin:admin -F:name=GroupAdmin http://localhost:8080/system/userManager/group.create.html
> curl -u admin:admin -F:name=UserAdmin http://localhost:8080/system/userManager/group.create.html
> [1] http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/core/security/user/UserAccessControlProvider.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)