[ 
https://jira.nuxeo.com/browse/NXCM-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=107491#comment-107491
 ] 

Anahide Tchertchian commented on NXCM-499:
------------------------------------------

Ok, so mailbox synchronization is adding ACLs for group delegates, it should be 
putting ACLs for virtual groups corresponding to it, so that virtual groups are 
resolved in the inverse order.

> Default security policy is not compliant with mailboxes hierarchy created by 
> synchronization
> --------------------------------------------------------------------------------------------
>
>                 Key: NXCM-499
>                 URL: https://jira.nuxeo.com/browse/NXCM-499
>             Project: Nuxeo Case Management
>          Issue Type: Bug
>            Reporter: Sun Tan
>            Assignee: Sun Tan
>             Fix For: 5.5
>
>
> nuxeo-services/nuxeo-platform-usermanager-api/src/main/java/org/nuxeo/ecm/platform/usermanager/NuxeoPrincipalImpl.java
> line 344
> {code}
>                     groupsToProcess.addAll(nxGroup.getParentGroups());
> {code}
> instead of
> {code}
>                     groupsToProcess.addAll(nxGroup.getMemberGroups());
> {code}
> With the current behavior,the field allGroups contains all the parent groups 
> (but shouldn't).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to