[ 
http://jira.nuxeo.org/browse/NXP-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anahide Tchertchian resolved NXP-2585.
--------------------------------------

         Assignee: Anahide Tchertchian  (was: Alain Escaffre)
       Resolution: Fixed
    Fix Version/s:     (was: 5.1.6)
                   5.2 M3

Done, virtual users have been added.

sample conf:

<userManager>
  <users>
    <virtualUser id="MyCustomAdministrator" searchable="false">
      <password>secret</password>
      <property name="firstName">My Custom</property>
      <property name="lastName">Administrator</property>
      <group>administrators</group>
    </virtualUser>
    <virtualUser id="MyCustomMember" searchable="false">
      <password>secret</password>
      <property name="firstName">My Custom</property>
      <property name="lastName">Member</property>
      <group>members</group>
      <group>othergroup</group>
      <propertyList name="listprop">
        <value>item1</value>
        <value>item2</value>
      </propertyList>
    </virtualUser>
    <virtualUser id="ExistingVirtualUser" remove="true" />
  </users>
</userManager>

Search does not take them into account yet,even if the entry is marked as 
searchable.

> Add "virtual users" defined by configuration and not by a physical directory
> ----------------------------------------------------------------------------
>
>                 Key: NXP-2585
>                 URL: http://jira.nuxeo.org/browse/NXP-2585
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>            Reporter: Florent Guillaume
>            Assignee: Anahide Tchertchian
>             Fix For: 5.2 M3
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Implement a system that allows the creation of one or a few users (including 
> their password) through XML files.
> The users would be used to launch automated processes, through REST or the 
> scheduler.
> The users, for this task, do not need to be visible in the "ACL search" UI.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
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