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

mkeyes
16.20.2007 4e68359473e0ab2a0cb5d8bbed8e0648cc6b7bcb
Somehow the function calls to enable the ldaps connection handler and the modification of the ldaps port number got reversed. This is fixed with this commit.
1 files modified
36 ■■■■ changed files
opends/tests/functional-tests/shared/functions/security.xml 36 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/security.xml
@@ -536,24 +536,6 @@
      <!--- Enable LDAPS Connection Handler -->
      <message>
       'Enabling LDAPS Connection Handler - Port number'
      </message>
      <call function="'modifyEntry'">
        { 'location'          : mylocation ,
          'dsInstanceHost'    : myhost ,
          'dsInstancePort'    : myport ,
          'dsInstanceDn'      : mydn ,
          'dsInstancePswd'    : mypswd ,
          'entryToBeModified' : '%s/security/ldaps_port.ldif' % (logsRemoteDataDir) }
      </call>
      <call function="'checktestRC'">
        { 'returncode' : RC ,
          'result'     : STAXResult }
      </call>
      <message>
       'Enabling LDAPS Connection Handler - Keystore type'
      </message>
@@ -570,6 +552,24 @@
        { 'returncode' : RC ,
          'result'     : STAXResult }
      </call>
      <message>
       'Enabling LDAPS Connection Handler - Port number'
      </message>
      <call function="'modifyEntry'">
        { 'location'          : mylocation ,
          'dsInstanceHost'    : myhost ,
          'dsInstancePort'    : myport ,
          'dsInstanceDn'      : mydn ,
          'dsInstancePswd'    : mypswd ,
          'entryToBeModified' : '%s/security/ldaps_port.ldif' % (logsRemoteDataDir) }
      </call>
      <call function="'checktestRC'">
        { 'returncode' : RC ,
          'result'     : STAXResult }
      </call>
    </sequence>
  </function>