From a8acbe04e4b88640113fcaa72e83372453616311 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 09:26:15 +0000
Subject: [PATCH] Fix the Control-Panel to list properly All Base-DNs

---
 opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
index 46cf82d..8979783 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
@@ -66,6 +66,7 @@
 import org.opends.server.types.DN;
 import org.opends.server.types.Entry;
 import org.opends.server.types.OpenDsException;
+import org.opends.server.util.ServerConstants;
 
 /**
  * This is the panel that contains all the different views to display an entry.
@@ -473,7 +474,8 @@
         DN.decode(ConfigConstants.DN_TASK_ROOT),
         DN.decode(ConfigConstants.DN_MONITOR_ROOT),
         DN.decode(ConfigConstants.DN_BACKUP_ROOT),
-        DN.decode(Constants.REPLICATION_CHANGES_DN)
+        DN.decode(Constants.REPLICATION_CHANGES_DN),
+        DN.decode(ServerConstants.DN_EXTERNAL_CHANGELOG_ROOT)
       };
       nonDeletable = new DN[] {
           DN.decode(ConfigConstants.DN_CONFIG_ROOT),

--
Gitblit v1.10.0