Hi,
Is it possible to do a server-side sub-search before returning the data to the client ? Let's say I have this tree :
---> dc=com | |-->dc=mycompany | | --> cn=Jane Doe |
|-- objectClass=inetOrgPerso
|-- cn=Jane Doe
|-- mobile : 11223344 | --> cn=secretary | |-- objectClass=organizationalRole |--cn=secretary |--telephoneNumber=12345678 |--roleOccupant=cn=Jane Doe,dc=mycompany,dc=com
I'd like to return, in a single search, something like :
cn : Jane Doe - mobile : 11223344 - telephoneNumber : 12345678
Can this be done ?
Ben