[ 
https://issues.apache.org/jira/browse/SLING-3144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789183#comment-13789183
 ] 

Antonio Sanso edited comment on SLING-3144 at 10/8/13 1:17 PM:
---------------------------------------------------------------

using last version of org.apache.sling.jcr.jackrabbit.usermanager (namely 
2.2.1-SNAPSHOT) makes all the test contained in  
org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest
 to pass.

org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest
 are still failing


was (Author: asanso):
using last version of org.apache.sling.jcr.jackrabbit.usermanager (namely 
2.2.1-SNAPSHOT) makes all the test contained in  PrivilegesInfoTest to pass

> 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
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> 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
(v6.1#6144)

Reply via email to