From 172f3a086566f87bdf70e199615800e30816d50b Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 11 Jul 2007 15:58:34 +0000
Subject: [PATCH] Fix the manage-account tool to use the correct underlying Java class.
---
opends/resource/bin/manage-account.bat | 4 ++--
opends/resource/bin/manage-account | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/resource/bin/manage-account b/opends/resource/bin/manage-account
index f022410..8e55ace 100755
--- a/opends/resource/bin/manage-account
+++ b/opends/resource/bin/manage-account
@@ -27,10 +27,10 @@
# This script may be used to perform LDAP search operations.
-OPENDS_INVOKE_CLASS="org.opends.server.tools.PasswordPolicyState"
+OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
export OPENDS_INVOKE_CLASS
-SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=password-policy-state"
+SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=manage-account"
export SCRIPT_NAME_ARG
SCRIPT_DIR=`dirname "${0}"`
diff --git a/opends/resource/bin/manage-account.bat b/opends/resource/bin/manage-account.bat
index c2bf1b0..30f3bac 100644
--- a/opends/resource/bin/manage-account.bat
+++ b/opends/resource/bin/manage-account.bat
@@ -27,7 +27,7 @@
setlocal
-set OPENDS_INVOKE_CLASS="org.opends.server.tools.PasswordPolicyState"
-set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=password-policy-state"
+set OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
+set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=manage-account"
call "%~dP0\..\lib\_client-script.bat" %*
--
Gitblit v1.10.0