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

smaguin
03.40.2007 4f36f92d4e4dd506a43bc1d87cfb2f6b2b69ff80
ldaps_port.ldif is no more used
1 files modified
20 ■■■■■ changed files
opends/tests/functional-tests/testcases/security/security_setup.xml 20 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/security_setup.xml
@@ -55,26 +55,6 @@
                    'result'     : STAXResult }
              </call>
              <!-- Dynamically create ldif files for staging -->
              <!-- Modify SSL port to a user-defined value -->
              <message>
                  'Create locally the security ldif file'
              </message>
              <script>
                write_ldaps_ldif_file('%s/security' % (logsLocalDataDir), '%s' % (DIRECTORY_INSTANCE_SSL_PORT));
              </script>
              <message>
                  'Copy the security ldif file (ldaps_port.ldif) to %s' % (dsHost)
              </message>
              <call function="'copyFile'">
                { 'location'   : STAF_LOCAL_HOSTNAME,
                  'srcfile'    : '%s/security/ldaps_port.ldif' % (logsLocalDataDir),
                  'destfile'   : '%s/security/ldaps_port.ldif' % (logsRemoteDataDir),
                  'remotehost' : dsHost }
              </call>
            </sequence>      
          <!--- End Block Create DS Topology -->    
          </block>