From 09444da0db33123ae348c57ffaf7e39981832dba Mon Sep 17 00:00:00 2001
From: maudj <maudj@localhost>
Date: Tue, 17 Jun 2008 07:28:42 +0000
Subject: [PATCH] fix manage-account function - maudj
---
opendj-sdk/opends/tests/shared/functions/tools.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/shared/functions/tools.xml b/opendj-sdk/opends/tests/shared/functions/tools.xml
index 67270d8..9aa0b96 100755
--- a/opendj-sdk/opends/tests/shared/functions/tools.xml
+++ b/opendj-sdk/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>
--
Gitblit v1.10.0