Pascal Vuylsteker a écrit :
> What is the purpose of the last part of the config file
> 
> server/default/deploy/nuxeo.ear/config/default-ldap-users-directory-bundle.xml
> <file:///opt/nuxeo/server/default/deploy/nuxeo.ear/config/default-ldap-users-directory-bundle.xml>
> 
> 
>       <references>
> 
>         <inverseReference field="groups" directory="groupDirectory"
>           dualReferenceField="members" />
> 
>       </references>

This says that the list of groups a user is the member of is to be computed by
listing all groups it belongs to :) This is a to avoid to store the data twice.
In a pure SQL setup this is done in a table that only holds foreign keys to the
users and groups tables. In a pure LDAP this is achivied by introspecting the dn
values of a uniqueMember attribute of the group LDAP entry.

-- 
Olivier

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

Reply via email to