mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ugaston
04.23.2007 ead6553129a28bc95fd30231108aa272a862c3ac
Work-around for Issue #2201: ads-trustore missing when not configuring replication with the GUI
1 files added
1 files modified
17 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/data/replication/workaround-2201.ldif 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml 13 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/data/replication/workaround-2201.ldif
New file
@@ -0,0 +1,4 @@
dn: ds-cfg-key-id=ads-certificate,cn=ads-truststore
objectclass: top
objectclass: ds-cfg-self-signed-cert-request
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>