UserManager with multiple directories
-------------------------------------

                 Key: NXP-1500
                 URL: http://jira.nuxeo.org/browse/NXP-1500
             Project: Nuxeo Enterprise Platform 5
          Issue Type: Task
    Affects Versions: 5.1.0.GA
            Reporter: Florent Guillaume
            Assignee: Florent Guillaume
            Priority: Major
             Fix For: 5.1.1


(Extracted from NXP-1082 and rewritten)

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.

1.1 A special case of parallelism is the fact that we can have a different 
directory to do the authentication (which is already implemented but will have 
to be generalized).

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