Hi,

I have a question about "entries aggregation”.

If for example I have ou=users,dc=exemple,dc=com and ou=info,dc=exemple,dc=com, and both have to be related, how can i do that? The uid must be different for integrity.

Example people “test” data in ou=users and info in ou=info

uid=test,ou=users,dc=exemple,dc=com

mail: test@exemple.com


uid=test_info,ou=info,dc=exemple,dc=com

address: Street test


if i search address and mail for "uid=test” it should give me both entries.


Thanks