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

andrug
14.55.2007 5e2af74d8fcb6d9de1acf3b9d094bb208cb12a48
add extraParam option for ldapSearchWithScript()
1 files modified
9 ■■■■■ changed files
opends/tests/shared/functions/ldap.xml 9 ●●●●● patch | view | raw | blame | history
opends/tests/shared/functions/ldap.xml
@@ -906,6 +906,12 @@
        </function-arg-description>
        <function-arg-property name="type" value="dn"/>
      </function-arg-def>
      <function-arg-def name="extraParams" type="optional">
        <function-arg-description>
          Optional extra parameters for specific test cases
        </function-arg-description>
        <function-arg-property name="type" value="string"/>
      </function-arg-def>
      <function-arg-def name="dsFilter" type="optional">
        <function-arg-description>
          The filter for the search operation
@@ -1075,6 +1081,9 @@
                                      
        if dsSizeLimit:
          STAFCmdParamsList.append('-z %s' % dsSizeLimit)
        if extraParams:
          STAFCmdParamsList.append('%s' % extraParams)
                                              
        if dsFilter:
          STAFCmdParamsList.append('"%s"' % dsFilter)