From ead6553129a28bc95fd30231108aa272a862c3ac Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Tue, 04 Sep 2007 14:23:48 +0000
Subject: [PATCH] Work-around for Issue #2201: ads-trustore missing when not configuring replication with the GUI

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
index cebbd99..5ab126f 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
@@ -614,7 +614,18 @@
            'dsPath'  : syncserverPath
          }
       </call>
-     
+        
+      <!-- WORK-AROUND for issue #2201 -->
+      <call function="'addEntry'">
+        { 'location'       : syncserver.getHostname(),
+          'dsPath'         : syncserverPath,
+          'dsInstanceHost' : syncserver.getHostname(),
+          'dsInstancePort' : syncserver.getPort(), 
+          'dsInstanceDn'   : syncserver.getRootDn(),
+          'dsInstancePswd' : syncserver.getRootPwd(),
+          'entryToBeAdded' : '%s/%s/replication/workaround-2201.ldif' % (syncserver.getDir(), relativeDataDir) }
+      </call>        
+      
       <message>
         'List synchronization providers'
       </message>

--
Gitblit v1.10.0