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

maudj
17.28.2008 09444da0db33123ae348c57ffaf7e39981832dba
fix manage-account function - maudj
1 files modified
10 ■■■■■ changed files
opendj-sdk/opends/tests/shared/functions/tools.xml 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/shared/functions/tools.xml
@@ -1581,6 +1581,13 @@
        <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>
    
    <sequence>
@@ -1653,6 +1660,9 @@
        if dsUseSSL:
          STAFCmdParamsList.append('-Z')
         
        if dsOperationValue:
          STAFCmdParamsList.append('-O %s' % dsOperationValue)
        STAFCmdParams=' '.join(STAFCmdParamsList)
      </script>