[ 
https://jira.nuxeo.org/browse/NXP-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=70584#action_70584
 ] 

Thierry Delprat commented on NXP-4754:
--------------------------------------

The only default implementation provided with Nuxeo is the CompanyComputer
=> create groups based on the company name set in each user sheet

The companyComputer is off by default to avoid any performance issue when 
binding Nuxeo to a badly indexed LDAP.
To enable the companyComputer, add a contribution in /config dir to add 
companyComputer in the chain.

<extension 
target="org.nuxeo.ecm.platform.computedgroups.ComputedGroupsServiceImpl"
        point="computerChain">

    <groupComputerChain>
       <computers>
         <computer>companyGroupComputer</computer>
       </computers>
    </groupComputerChain>

</extension>


> Add support for computed virtual groups
> ---------------------------------------
>
>                 Key: NXP-4754
>                 URL: https://jira.nuxeo.org/browse/NXP-4754
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Security
>            Reporter: Thierry Delprat
>            Assignee: Thierry Delprat
>             Fix For: 5.3.1
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Add a service to register group computers.
> Add a new UserManager implementation that knows how to use the group computer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to