Details
Description
Suppose to have the following situation on the Server (created with ldif):
dc=xxx,dc=com
........ou=groups
.............. cn=aim
.............. cn=ais
.................... cn=aisOperator
.............. cn=admin
If you stop and restart the server and then create a subentry (named for example "child") under any leaf on the tree (in this case under "aim" or "aisOperator" or "admin"), happen the following:
1) the new entry is not visible with a search that start
from ou=groups,dc=xxx,dc=com
2) the new entry is visible only if the search start from dc=xxx,dc=com
or starting from the leaf: ou=aim,ou=groups,dc=xxx,dc=com
3) If you perform an ldif export on ou=groups,dc=xxx,dc=com, you can't find the new added subentry.
4) if the subentry is created under cn=ais (that is not a leaf because has already a subentry) the new "child" entry is founded by the search
I was thinking that the problem was related to DIRSERVER-1976 (solved on M17) but we have the same problems also on this version.