Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-3144

UserAdmin and GroupAdmin groups are missing on our Oak setup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      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

      Attachments

        1. SLING-3144-patch.txt
          27 kB
          Antonio Sanso

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bdelacretaz Bertrand Delacretaz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: