[ 
http://jira.nuxeo.org/browse/NXP-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25358
 ] 

Florent Guillaume commented on NXP-1520:
----------------------------------------

Current spec looks like:

   <directory name="userDirectory">
          <schema>user</schema>
          <idField>username</idField>
          <passwordField>password</passwordField>

          <source name="ldapusers">
            <subDirectory name="authinfo">
              <field for="email">mail</field>
            </subDirectory>
            <subDirectory name="userinfo">
              <field for="firstName">givenName</field>
              <field for="lastName">sn</field>
              <field for="company">o</field>
            </subDirectory>
          </source>

          <source name="sqlusers" creation="true">
            <subDirectory name="sqlUserDirectory" />
          </source>

        </directory>



> Multi-Directories
> -----------------
>
>                 Key: NXP-1520
>                 URL: http://jira.nuxeo.org/browse/NXP-1520
>             Project: Nuxeo Enterprise Platform 5
>          Issue Type: Task
>          Components: Directory
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.1.1
>
>   Original Estimate: 3 days
>  Remaining Estimate: 3 days
>
> We need multi-directories to be able to point a UserManager to them.
> 1. Parallel directories 
> We have several directories with different schemas. 
> user fields = n fields from directory A + m fields from Directory B 
> uids must have correspondances in all directories. 
> This is comparable to a "meta directory" in CPS. 
> 2. Serial directories 
> We have several directories with the same schema. 
> users = users from directory A + users from Directory B 
> uids must be distinct in all directories. 
> This is comparable to a "stacking directory" in CPS. 
> 3. We may allow the directories in a serial case to be actually built from 
> parallel directories. Not the other way around. 
> At login time, the user will be searched in all directories and 
> authentication will occur on first match. 

-- 
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
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to