The Domino® LDAP server does not support searching subtrees with multiple level of organizational hierarchy.
Organization 1 UniqueName = o=Organization 1,o=Root Organization
[C:\] ldapsearch -h <hostname> -D "cn=admin,o=ibm" -w "password" -b "o=Organization 1,o=Root Organization" -s base "(objectclass=*)"
[C:\] ldapsearch -h <hostname> -D "cn=admin,o=ibm" -w "password" -b "o=Root Organization" "(o=Organization 1)"This limitation might also cause the getting groups of an entity to fail by returning incorrect empty search results.