Hi there,
is there any way to use multiple keys for a node in a LPD tree?
I mean, there are several subtree-s:
ou=company1,dc=foo,dc=com ou=company2,dc=foo,dc=com
and I have to store the users under these subtrees. Sometimes the users have same names, eg. John Smith, and the nodes will be:
uid=jsmith,ou=company1,dc=foo,dc=com uid=jsmith,ou=company2,dc=foo,dc=com
but the any other attributes (sn, cn, ...) also the same.
How do I set up the indexes?
Thanks,
a.