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

mkeyes
15.38.2007 b70f52722021907de362c1fedb8bf60efa22715f
opends/tests/functional-tests/shared/functions/ldap.xml
@@ -290,6 +290,12 @@
        </function-arg-description>
        <function-arg-property name="type" value="string"/>
      </function-arg-def>
      <function-arg-def name="dsProxyDN" type="optional">
        <function-arg-description>
          Directory Server Proxy DN
        </function-arg-description>
        <function-arg-property name="type" value="dn"/>
      </function-arg-def>
      <function-arg-def name="dsScope" type="optional">
        <function-arg-description>
          The scope of the search operation
@@ -343,6 +349,9 @@
      <call function="'_ldapCommonArgs'"/>
      
      <script>      
        if dsProxyDN:
          STAFCmdParamsList.append('-Y "%s"' % dsProxyDN)
        if dsScope:          
          STAFCmdParamsList.append('-s %s' % dsScope)