[Date Prev][Date Next] [Chronological] [Thread] [Top]

Virtual view of ldap subtree



Hi list,
I would like to create a virtual view of my data.
 
In short, this is my tree
 
ou=main
|--ou=unitA
     |--uid=user1
     |--uid=user2
|--ou=unitB
     |--uid=user3
|--ou=unitC
     |--uid=user4
     |--uid=user5
 
And this is what I would like to have:
 
ou=main
|-- ou=my_virtual_view
       |--uid=user1
       |--uid=user2
       |--uid=user3
       |--uid=user4
       |--uid=user5
 
Could someone advice on how to do this?
Thanks in advance
Marco