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

maudj
17.28.2008 29971cb2af873f10eee2f69bae405b00f3216c0a
opends/tests/shared/functions/tools.xml
@@ -1580,6 +1580,13 @@
        </function-arg-description>
        <function-arg-property name="type" value="option"/>
      </function-arg-def>
      <function-arg-def name="dsOperationValue" type="optional">
        <function-arg-description>
          dsOperationValue is true or false
        </function-arg-description>
        <function-arg-property name="type" value="boolean"/>
      </function-arg-def>
   
    </function-map-args>
    
@@ -1652,6 +1659,9 @@
                          
        if dsUseSSL:
          STAFCmdParamsList.append('-Z')
        if dsOperationValue:
          STAFCmdParamsList.append('-O %s' % dsOperationValue)
         
        STAFCmdParams=' '.join(STAFCmdParamsList)
      </script>