Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.0.1
-
None
-
Windows XP SP2, Windows Server 2003 SP2, JRE 1.6.4, JRE 1.6.3
Description
I'm using Directory Studio together with Novell eDirectory, mostly version 8.7.3.x and 8.8.x
When connecting to eDirectory servers that contain organization objects that also are partitions in eDirectory the LDAP Browser displays the objects under Root DSE two times, for example:
o=Company1
o=Company1
o=Company2
o=Company2
cn=Security
I can't reproduce this behavior using other LDAP tools such as "LDAP Browser\Editor 2.8.2".
Using the DSTrace utility in eDirectory I can see that it sends the result only once to Apache Directory Studio:
23:49:40 971D61A0 LDAP: DoSearch on connection 0x9607f460
23:49:40 971D61A0 LDAP: Search request:
base: ""
scope:1 dereference:3 sizelimit:0 timelimit:0 attrsonly:0
filter: "(objectclass=*)"
attribute: "objectclass"
23:49:40 971D61A0 LDAP: Sending search result entry "o=Company1" to connection 0x9607f460
23:49:40 971D61A0 LDAP: Sending search result entry "cn=Security" to connection 0x9607f460
23:49:40 971D61A0 LDAP: Sending search result entry "cn=ZENWorksLicenses" to connection 0x9607f460
23:49:40 971D61A0 LDAP: Sending search result entry "o=Company2" to connection 0x9607f460
23:49:40 971D61A0 LDAP: Sending operation result 0:"":"" to connection 0x9607f460
23:49:40 971D61A0 LDAP: Operation 0x2:0x63 on connection 0x9607f460 completed in 0 seconds