opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java
@@ -543,7 +543,16 @@ } if (node != null) { String dn = node.getDN(); String dn; if (controller.getFollowReferrals() && node.getRemoteUrl() != null) { dn = node.getRemoteUrl().getRawBaseDN(); } else { dn = node.getDN(); } try { InitialLdapContext ctx =