From e55d62c49fb4a2e22f8a40c3d3521c8b64fc538c Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 24 Jan 2008 14:52:33 +0000
Subject: [PATCH] Add tests for ldappasswordmodify utility and new checks for status utility

---
 opends/tests/shared/functions/ldap.xml |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/opends/tests/shared/functions/ldap.xml b/opends/tests/shared/functions/ldap.xml
index c7362dc..52c3b35 100755
--- a/opends/tests/shared/functions/ldap.xml
+++ b/opends/tests/shared/functions/ldap.xml
@@ -1916,6 +1916,12 @@
         </function-arg-description>
         <function-arg-property name="type" value="option"/>
       </function-arg-def>
+      <function-arg-def name="dsReportAuthzID" type="optional">
+        <function-arg-description>
+          Use the authorization identity control
+        </function-arg-description>
+        <function-arg-property name="type" value="option"/>
+      </function-arg-def>
       <function-arg-def name="dsFilename" type="optional">
         <function-arg-description>
           Specifies the LDIF file containing the changes to apply
@@ -2111,7 +2117,10 @@
           
         if dsContinueOnError:
           STAFCmdParamsList.append('-c')       
-         
+
+        if dsReportAuthzID:
+          STAFCmdParamsList.append('-E')
+          
         if dsFilename:
           STAFCmdParamsList.append('-f %s' % dsFilename) 
   
@@ -2485,6 +2494,12 @@
         </function-arg-description>
         <function-arg-property name="type" value="hostname"/>
       </function-arg-def>
+      <function-arg-def name="dsSaslOption" type="optional">
+        <function-arg-description>
+          SASL bind options
+        </function-arg-description>
+        <function-arg-property name="type" value="string"/>
+      </function-arg-def> 
       <function-arg-def name="dsInstancePort" type="optional">
         <function-arg-description>
           Directory Server Port Number

--
Gitblit v1.10.0